From: Greg Kroah-Hartman Date: Fri, 19 Dec 2014 22:56:33 +0000 (-0800) Subject: greybus: interface.h: remove unused #defines X-Git-Tag: v4.9-rc1~119^2~378^2~21^2~1753 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=426fa950595af017f5e96ff8bde972e06605ed34;p=linux.git 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 Reviewed-by: Alex Elder --- diff --git a/drivers/staging/greybus/interface.h b/drivers/staging/greybus/interface.h index f6f16df04730..75f813537895 100644 --- a/drivers/staging/greybus/interface.h +++ b/drivers/staging/greybus/interface.h @@ -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;