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:
Solomon Peachy 2013-06-02 09:53:01 -04:00 committed by John W. Linville
parent 911373cca1
commit c992219825
4 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
*/
#include <linux/module.h>
#include <linux/cw1200_platform.h>
#include <linux/platform_data/cw1200_platform.h>
MODULE_AUTHOR("Solomon Peachy <speachy@sagrad.com>");
MODULE_DESCRIPTION("ST-Ericsson CW1200 Platform glue driver");

View File

@ -20,7 +20,7 @@
#include "cw1200.h"
#include "hwbus.h"
#include <linux/cw1200_platform.h>
#include <linux/platform_data/cw1200_platform.h>
#include "hwio.h"
MODULE_AUTHOR("Dmitry Tarnyagin <dmitry.tarnyagin@lockless.no>");

View File

@ -25,7 +25,7 @@
#include "cw1200.h"
#include "hwbus.h"
#include <linux/cw1200_platform.h>
#include <linux/platform_data/cw1200_platform.h>
#include "hwio.h"
MODULE_AUTHOR("Solomon Peachy <speachy@sagrad.com>");