Commit 3bdec699 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

greybus: bundle: rename interface.[c|h] to bundle.[c|h]

We are renameing the "interface" term to "bundle" so rename the files
before we start changing structure names to make it easier for people to
see what really is happening in the changes.
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
Reviewed-by: default avatarAlex Elder <elder@linaro.org>
parent a46e9671
......@@ -3,7 +3,7 @@ greybus-y := core.o \
ap.o \
manifest.o \
interface_block.o \
interface.o \
bundle.o \
connection.o \
protocol.o \
operation.o \
......
......@@ -25,7 +25,7 @@
#include "greybus_manifest.h"
#include "manifest.h"
#include "interface_block.h"
#include "interface.h"
#include "bundle.h"
#include "connection.h"
#include "protocol.h"
#include "operation.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment