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:
Greg Kroah-Hartman 2014-12-19 14:56:33 -08:00
parent edb0e0b5a1
commit 426fa95059

View File

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