greybus: interface.h: remove unused #defines
MAX_CPORTS_PER_MODULE and MAX_STRINGS_PER_MODULE are not used anywhere anymore, so remove them lest someone thing we have limits. Signed-off-by: Greg Kroah-Hartman <greg@kroah.com> Reviewed-by: Alex Elder <elder@linaro.org>
This commit is contained in:
parent
edb0e0b5a1
commit
426fa95059
@ -10,11 +10,6 @@
|
||||
#ifndef __INTERFACE_H
|
||||
#define __INTERFACE_H
|
||||
|
||||
/* Increase these values if needed */
|
||||
#define MAX_CPORTS_PER_MODULE 10
|
||||
#define MAX_STRINGS_PER_MODULE 10
|
||||
|
||||
|
||||
/* Greybus "public" definitions" */
|
||||
struct gb_interface {
|
||||
struct device dev;
|
||||
|
Loading…
x
Reference in New Issue
Block a user