Skip to content

Commit

Permalink
[ARM] 4542/1: AT91: include atmel_lcdc.h in at91sam926{1,3}_devices.c
Browse files Browse the repository at this point in the history
- Include atmel_lcdc.h in at91sam926{1,3}_devices.c

Signed-off-by: Jan Altenberg <jan.altenberg@linutronix.de>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
tb10alj authored and Russell King committed Aug 4, 2007
1 parent 581cf23 commit b8b7860
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-at91/at91sam9261_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

#include <linux/platform_device.h>

#include <video/atmel_lcdc.h>

#include <asm/arch/board.h>
#include <asm/arch/gpio.h>
#include <asm/arch/at91sam9261.h>
Expand Down
2 changes: 2 additions & 0 deletions arch/arm/mach-at91/at91sam9263_devices.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@

#include <linux/platform_device.h>

#include <video/atmel_lcdc.h>

#include <asm/arch/board.h>
#include <asm/arch/gpio.h>
#include <asm/arch/at91sam9263.h>
Expand Down

0 comments on commit b8b7860

Please sign in to comment.