there's no need to show that to the world. Signed-off-by: Felipe Balbi <balbi@xxxxxx> --- drivers/cbus/cbus.h | 3 +++ include/linux/platform_data/cbus.h | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/cbus/cbus.h b/drivers/cbus/cbus.h index c1c3bd6..5380d173 100644 --- a/drivers/cbus/cbus.h +++ b/drivers/cbus/cbus.h @@ -23,6 +23,9 @@ #ifndef __DRIVERS_CBUS_CBUS_H #define __DRIVERS_CBUS_CBUS_H +#define CBUS_RETU_DEVICE_ID 0x01 +#define CBUS_TAHVO_DEVICE_ID 0x02 + extern int cbus_read_reg(struct device *, unsigned dev, unsigned reg); extern int cbus_write_reg(struct device *, unsigned dev, unsigned reg, unsigned val); diff --git a/include/linux/platform_data/cbus.h b/include/linux/platform_data/cbus.h index 09809c7..5bd9211 100644 --- a/include/linux/platform_data/cbus.h +++ b/include/linux/platform_data/cbus.h @@ -22,9 +22,6 @@ #ifndef __INCLUDE_LINUX_CBUS_H #define __INCLUDE_LINUX_CBUS_H -#define CBUS_RETU_DEVICE_ID 0x01 -#define CBUS_TAHVO_DEVICE_ID 0x02 - struct cbus_host_platform_data { int dat_gpio; int clk_gpio; -- 1.7.7 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html