diff options
Diffstat (limited to '')
| -rw-r--r-- | include/linux/greybus.h (renamed from drivers/staging/greybus/greybus.h) | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/drivers/staging/greybus/greybus.h b/include/linux/greybus.h index d03ddb7c9df0..18c0fb958b74 100644 --- a/drivers/staging/greybus/greybus.h +++ b/include/linux/greybus.h @@ -1,4 +1,4 @@ -// SPDX-License-Identifier: GPL-2.0 +/* SPDX-License-Identifier: GPL-2.0 */ /* * Greybus driver and device API * @@ -20,18 +20,18 @@ #include <linux/pm_runtime.h> #include <linux/idr.h> -#include "greybus_id.h" -#include "greybus_manifest.h" -#include "greybus_protocols.h" -#include "manifest.h" -#include "hd.h" -#include "svc.h" -#include "control.h" -#include "module.h" -#include "interface.h" -#include "bundle.h" -#include "connection.h" -#include "operation.h" +#include <linux/greybus/greybus_id.h> +#include <linux/greybus/greybus_manifest.h> +#include <linux/greybus/greybus_protocols.h> +#include <linux/greybus/manifest.h> +#include <linux/greybus/hd.h> +#include <linux/greybus/svc.h> +#include <linux/greybus/control.h> +#include <linux/greybus/module.h> +#include <linux/greybus/interface.h> +#include <linux/greybus/bundle.h> +#include <linux/greybus/connection.h> +#include <linux/greybus/operation.h> /* Matches up with the Greybus Protocol specification document */ #define GREYBUS_VERSION_MAJOR 0x00 |
