Commit 57f0ee4d authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Linus Torvalds

[PATCH] fix PXA270 compile errors

missing #include (and placement cleanup)
Signed-off-by: default avatarNicolas Pitre <nico@cam.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent e18f1f81
......@@ -14,13 +14,13 @@
#include <linux/config.h>
#include <linux/module.h>
#include <linux/kernel.h>
#include <asm/arch/pxa-regs.h>
#include <linux/init.h>
#include <linux/pm.h>
#include <linux/device.h>
#include <asm/hardware.h>
#include <asm/irq.h>
#include <asm/arch/pxa-regs.h>
#include "generic.h"
......
......@@ -22,6 +22,7 @@
#include <linux/device.h>
#include <asm/mach-types.h>
#include <asm/hardware.h>
#include <asm/arch/pxa-regs.h>
#define PMM_NPS_MODE 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment