From: Solomon Peachy Date: Sun, 2 Jun 2013 15:35:32 +0000 (-0400) Subject: cw1200: rename the cw1200 platform definition header X-Git-Tag: v5.15~19707^2~103^2^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4da2a54a842db6921289e3e25b0739531a594dea;p=platform%2Fkernel%2Flinux-starfive.git cw1200: rename the cw1200 platform definition header My previous patch just moved the file, but it also needed to be renamed to conform to proper conventions. Signed-off-by: Solomon Peachy Signed-off-by: John W. Linville --- diff --git a/drivers/net/wireless/cw1200/cw1200_sdio.c b/drivers/net/wireless/cw1200/cw1200_sdio.c index 4b3148e..bb1f405 100644 --- a/drivers/net/wireless/cw1200/cw1200_sdio.c +++ b/drivers/net/wireless/cw1200/cw1200_sdio.c @@ -20,7 +20,7 @@ #include "cw1200.h" #include "hwbus.h" -#include +#include #include "hwio.h" MODULE_AUTHOR("Dmitry Tarnyagin "); diff --git a/drivers/net/wireless/cw1200/cw1200_spi.c b/drivers/net/wireless/cw1200/cw1200_spi.c index d8dc7c6..e58f0a5 100644 --- a/drivers/net/wireless/cw1200/cw1200_spi.c +++ b/drivers/net/wireless/cw1200/cw1200_spi.c @@ -25,7 +25,7 @@ #include "cw1200.h" #include "hwbus.h" -#include +#include #include "hwio.h" MODULE_AUTHOR("Solomon Peachy "); diff --git a/include/linux/platform_data/cw1200_platform.h b/include/linux/platform_data/net-cw1200.h similarity index 100% rename from include/linux/platform_data/cw1200_platform.h rename to include/linux/platform_data/net-cw1200.h