Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 313232
b: refs/heads/master
c: ce4409b
h: refs/heads/master
v: v3
  • Loading branch information
Shawn Guo committed Jul 3, 2012
1 parent 6f18427 commit 9c80a85
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: dd8d20a3f32a7ba37526f5b4dfd4d35a93e5342f
refs/heads/master: ce4409b5821f170c018b94bacb36df1ffadb751f
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mxs/devices-mx23.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
#include <mach/mx23.h>
#include <mach/devices-common.h>
#include <mach/mxsfb.h>
#include <linux/mxsfb.h>
#include <linux/amba/bus.h>

static inline int mx23_add_duart(void)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mxs/devices-mx28.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
*/
#include <mach/mx28.h>
#include <mach/devices-common.h>
#include <mach/mxsfb.h>
#include <linux/mxsfb.h>
#include <linux/amba/bus.h>

static inline int mx28_add_duart(void)
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/arm/mach-mxs/devices/platform-mxsfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include <mach/mx23.h>
#include <mach/mx28.h>
#include <mach/devices-common.h>
#include <mach/mxsfb.h>
#include <linux/mxsfb.h>

#ifdef CONFIG_SOC_IMX23
struct platform_device *__init mx23_add_mxsfb(
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/video/mxsfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
#include <linux/dma-mapping.h>
#include <linux/io.h>
#include <linux/pinctrl/consumer.h>
#include <mach/mxsfb.h>
#include <linux/mxsfb.h>

#define REG_SET 4
#define REG_CLR 8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
* MA 02110-1301, USA.
*/

#ifndef __MACH_FB_H
#define __MACH_FB_H
#ifndef __LINUX_MXSFB_H
#define __LINUX_MXSFB_H

#include <linux/fb.h>

Expand Down Expand Up @@ -46,4 +46,4 @@ struct mxsfb_platform_data {
*/
};

#endif /* __MACH_FB_H */
#endif /* __LINUX_MXSFB_H */

0 comments on commit 9c80a85

Please sign in to comment.