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:
Greg Kroah-Hartman 2014-12-12 17:10:16 -05:00
parent a46e96719d
commit 3bdec69931
4 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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"