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: Greg Kroah-Hartman <greg@kroah.com> Reviewed-by: Alex Elder <elder@linaro.org>
This commit is contained in:
parent
a46e96719d
commit
3bdec69931
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user