Skip to content

Commit

Permalink
[ARM] 4943/2: magician: fix magician.h GPIO header includes
Browse files Browse the repository at this point in the history
PXA GPIO definitions were split from pxa-regs.h into pxa2xx-gpio.h.

Signed-off-by: Philipp Zabel <philipp.zabel@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Philipp Zabel authored and Russell King committed Apr 19, 2008
1 parent df56eac commit 103a175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-arm/arch-pxa/magician.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#ifndef _MAGICIAN_H_
#define _MAGICIAN_H_

#include <asm/arch/pxa-regs.h>
#include <asm/arch/pxa2xx-gpio.h>

/*
* PXA GPIOs
Expand Down

0 comments on commit 103a175

Please sign in to comment.