Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c9922198 authored by Solomon Peachy's avatar Solomon Peachy Committed by John W. Linville
Browse files

cw1200: move platform_data header to correct location.



(As suggested by Arnd Bergmann)

Signed-off-by: default avatarSolomon Peachy <pizza@shaftnet.org>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent 911373cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");
+1 −1
Original line number Diff line number Diff line
@@ -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>");
+1 −1
Original line number Diff line number Diff line
@@ -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>");