diff options
author | Solomon Peachy <pizza@shaftnet.org> | 2013-06-02 11:35:32 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-06-03 15:54:56 -0400 |
commit | 4da2a54a842db6921289e3e25b0739531a594dea (patch) | |
tree | 6ead8caa1bcd7426f21aa90e1df0c28b90729918 /drivers | |
parent | 7c0b6f49dbea0b09b1de8aa5c942af9c2ad8b54c (diff) |
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 <pizza@shaftnet.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/wireless/cw1200/cw1200_sdio.c | 2 | ||||
-rw-r--r-- | drivers/net/wireless/cw1200/cw1200_spi.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/cw1200/cw1200_sdio.c b/drivers/net/wireless/cw1200/cw1200_sdio.c index 4b3148e47ee7..bb1f405315e4 100644 --- a/drivers/net/wireless/cw1200/cw1200_sdio.c +++ b/drivers/net/wireless/cw1200/cw1200_sdio.c | |||
@@ -20,7 +20,7 @@ | |||
20 | 20 | ||
21 | #include "cw1200.h" | 21 | #include "cw1200.h" |
22 | #include "hwbus.h" | 22 | #include "hwbus.h" |
23 | #include <linux/platform_data/cw1200_platform.h> | 23 | #include <linux/platform_data/net-cw1200.h> |
24 | #include "hwio.h" | 24 | #include "hwio.h" |
25 | 25 | ||
26 | MODULE_AUTHOR("Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>"); | 26 | MODULE_AUTHOR("Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>"); |
diff --git a/drivers/net/wireless/cw1200/cw1200_spi.c b/drivers/net/wireless/cw1200/cw1200_spi.c index d8dc7c6bb96d..e58f0a5bafa9 100644 --- a/drivers/net/wireless/cw1200/cw1200_spi.c +++ b/drivers/net/wireless/cw1200/cw1200_spi.c | |||
@@ -25,7 +25,7 @@ | |||
25 | 25 | ||
26 | #include "cw1200.h" | 26 | #include "cw1200.h" |
27 | #include "hwbus.h" | 27 | #include "hwbus.h" |
28 | #include <linux/platform_data/cw1200_platform.h> | 28 | #include <linux/platform_data/net-cw1200.h> |
29 | #include "hwio.h" | 29 | #include "hwio.h" |
30 | 30 | ||
31 | MODULE_AUTHOR("Solomon Peachy <speachy@sagrad.com>"); | 31 | MODULE_AUTHOR("Solomon Peachy <speachy@sagrad.com>"); |