Commit 103a1754 authored by Philipp Zabel's avatar Philipp Zabel Committed by Russell King

[ARM] 4943/2: magician: fix magician.h GPIO header includes

PXA GPIO definitions were split from pxa-regs.h into pxa2xx-gpio.h.
Signed-off-by: default avatarPhilipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent df56eacd
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#ifndef _MAGICIAN_H_ #ifndef _MAGICIAN_H_
#define _MAGICIAN_H_ #define _MAGICIAN_H_
#include <asm/arch/pxa-regs.h> #include <asm/arch/pxa2xx-gpio.h>
/* /*
* PXA GPIOs * PXA GPIOs
......
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