cw1200: move platform_data header to correct location.
(As suggested by Arnd Bergmann) Signed-off-by: Solomon Peachy <pizza@shaftnet.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
911373cca1
commit
c992219825
4 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/cw1200_platform.h>
|
#include <linux/platform_data/cw1200_platform.h>
|
||||||
|
|
||||||
MODULE_AUTHOR("Solomon Peachy <speachy@sagrad.com>");
|
MODULE_AUTHOR("Solomon Peachy <speachy@sagrad.com>");
|
||||||
MODULE_DESCRIPTION("ST-Ericsson CW1200 Platform glue driver");
|
MODULE_DESCRIPTION("ST-Ericsson CW1200 Platform glue driver");
|
||||||
|
|
|
@ -20,7 +20,7 @@
|
||||||
|
|
||||||
#include "cw1200.h"
|
#include "cw1200.h"
|
||||||
#include "hwbus.h"
|
#include "hwbus.h"
|
||||||
#include <linux/cw1200_platform.h>
|
#include <linux/platform_data/cw1200_platform.h>
|
||||||
#include "hwio.h"
|
#include "hwio.h"
|
||||||
|
|
||||||
MODULE_AUTHOR("Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>");
|
MODULE_AUTHOR("Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>");
|
||||||
|
|
|
@ -25,7 +25,7 @@
|
||||||
|
|
||||||
#include "cw1200.h"
|
#include "cw1200.h"
|
||||||
#include "hwbus.h"
|
#include "hwbus.h"
|
||||||
#include <linux/cw1200_platform.h>
|
#include <linux/platform_data/cw1200_platform.h>
|
||||||
#include "hwio.h"
|
#include "hwio.h"
|
||||||
|
|
||||||
MODULE_AUTHOR("Solomon Peachy <speachy@sagrad.com>");
|
MODULE_AUTHOR("Solomon Peachy <speachy@sagrad.com>");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue