summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus/ap.c
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2014-09-09 13:55:03 -0500
committerGreg Kroah-Hartman <greg@kroah.com>2014-09-09 15:05:25 -0700
commit05ad189c23ad278c5586936bbb08147ac6f479be (patch)
tree55d72a48db17faeebca28bd06a11f0c294c4544f /drivers/staging/greybus/ap.c
parentd9d077fdbc474150b9494fc45855a9cec781e778 (diff)
greybus: switch to the term "manifest"
We agreed to rename a few things to improve clarity. This patch implements one of those changes. The blob of data that describes what's relevant to Greybus within an Ara module will now be called the "module manifest." In addition, in the context of Greybus we'll also be calling what's in an Ara module a "module" or "Greybus module." So this patch renames some structures and updates some comments. It also renames "greybus_desc.h" to be "greybus_manifest.h", and renames greybus_new_device() to be greybus_new_module(). Signed-off-by: Alex Elder <elder@linaro.org> Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
Diffstat (limited to 'drivers/staging/greybus/ap.c')
-rw-r--r--drivers/staging/greybus/ap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/ap.c b/drivers/staging/greybus/ap.c
index a70404d7c1f1..aee47f50274d 100644
--- a/drivers/staging/greybus/ap.c
+++ b/drivers/staging/greybus/ap.c
@@ -17,7 +17,7 @@
#include <linux/kthread.h>
#include <linux/device.h>
#include "svc_msg.h"
-#include "greybus_desc.h"
+#include "greybus_manifest.h"
#include "greybus.h"
struct ap_msg {