]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
cw1200: rename the cw1200 platform definition header
authorSolomon Peachy <pizza@shaftnet.org>
Sun, 2 Jun 2013 15:35:32 +0000 (11:35 -0400)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 3 Jun 2013 19:54:56 +0000 (15:54 -0400)
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>
drivers/net/wireless/cw1200/cw1200_sdio.c
drivers/net/wireless/cw1200/cw1200_spi.c
include/linux/platform_data/net-cw1200.h [moved from include/linux/platform_data/cw1200_platform.h with 100% similarity]

index 4b3148e47ee7d8cfc379335a20c36f0202b5af8b..bb1f405315e46ebf63cb29aa165bf15f90650571 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "cw1200.h"
 #include "hwbus.h"
-#include <linux/platform_data/cw1200_platform.h>
+#include <linux/platform_data/net-cw1200.h>
 #include "hwio.h"
 
 MODULE_AUTHOR("Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>");
index d8dc7c6bb96d8a768eb02654a2cb87f8e80a626c..e58f0a5bafa9cc8e04c2187535070a088aa45808 100644 (file)
@@ -25,7 +25,7 @@
 
 #include "cw1200.h"
 #include "hwbus.h"
-#include <linux/platform_data/cw1200_platform.h>
+#include <linux/platform_data/net-cw1200.h>
 #include "hwio.h"
 
 MODULE_AUTHOR("Solomon Peachy <speachy@sagrad.com>");