Commit a93938a2 authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

greybus: rename interface_block.[c|h] -> interface.[c|h]

Interface_block is being renamed to interface, so move the file first.
Reviewed-by: default avatarAlex Elder <elder@linaro.org>
Signed-off-by: default avatarGreg Kroah-Hartman <greg@kroah.com>
parent e232b791
...@@ -2,7 +2,7 @@ greybus-y := core.o \ ...@@ -2,7 +2,7 @@ greybus-y := core.o \
debugfs.o \ debugfs.o \
ap.o \ ap.o \
manifest.o \ manifest.o \
interface_block.o \ interface.o \
bundle.o \ bundle.o \
connection.o \ connection.o \
protocol.o \ protocol.o \
......
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include "greybus_id.h" #include "greybus_id.h"
#include "greybus_manifest.h" #include "greybus_manifest.h"
#include "manifest.h" #include "manifest.h"
#include "interface_block.h" #include "interface.h"
#include "bundle.h" #include "bundle.h"
#include "connection.h" #include "connection.h"
#include "protocol.h" #include "protocol.h"
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
* Released under the GPLv2 only. * Released under the GPLv2 only.
*/ */
#ifndef __INTERFACE_BLOCK_H #ifndef __INTERFACE_H
#define __INTERFACE_BLOCK_H #define __INTERFACE_H
/* Increase these values if needed */ /* Increase these values if needed */
#define MAX_CPORTS_PER_MODULE 10 #define MAX_CPORTS_PER_MODULE 10
...@@ -55,4 +55,4 @@ const struct greybus_interface_block_id * ...@@ -55,4 +55,4 @@ const struct greybus_interface_block_id *
struct gb_interface_block *gb_ib_find(struct greybus_host_device *hd, struct gb_interface_block *gb_ib_find(struct greybus_host_device *hd,
u8 module_id); u8 module_id);
#endif /* __INTERFACE_BLOCK_H */ #endif /* __INTERFACE_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