board-sh7785lcr.c (a9de18eb761f7c1c860964b2e5addc1a35c7e861) | board-sh7785lcr.c (604437f0f8ce1d66d4bdaa0d932949688d847d96) |
---|---|
1/* 2 * Renesas Technology Corp. R0P7785LC0011RL Support. 3 * 4 * Copyright (C) 2008 Yoshihiro Shimoda 5 * 6 * This file is subject to the terms and conditions of the GNU General Public 7 * License. See the file "COPYING" in the main directory of this archive 8 * for more details. --- 4 unchanged lines hidden (view full) --- 13#include <linux/sm501.h> 14#include <linux/sm501-regs.h> 15#include <linux/fb.h> 16#include <linux/mtd/physmap.h> 17#include <linux/delay.h> 18#include <linux/i2c.h> 19#include <linux/i2c-pca-platform.h> 20#include <linux/i2c-algo-pca.h> | 1/* 2 * Renesas Technology Corp. R0P7785LC0011RL Support. 3 * 4 * Copyright (C) 2008 Yoshihiro Shimoda 5 * 6 * This file is subject to the terms and conditions of the GNU General Public 7 * License. See the file "COPYING" in the main directory of this archive 8 * for more details. --- 4 unchanged lines hidden (view full) --- 13#include <linux/sm501.h> 14#include <linux/sm501-regs.h> 15#include <linux/fb.h> 16#include <linux/mtd/physmap.h> 17#include <linux/delay.h> 18#include <linux/i2c.h> 19#include <linux/i2c-pca-platform.h> 20#include <linux/i2c-algo-pca.h> |
21#include <linux/irq.h> |
|
21#include <asm/heartbeat.h> 22#include <mach/sh7785lcr.h> 23 24/* 25 * NOTE: This board has 2 physical memory maps. 26 * Please look at include/asm-sh/sh7785lcr.h or hardware manual. 27 */ 28static struct resource heartbeat_resources[] = { --- 274 unchanged lines hidden --- | 22#include <asm/heartbeat.h> 23#include <mach/sh7785lcr.h> 24 25/* 26 * NOTE: This board has 2 physical memory maps. 27 * Please look at include/asm-sh/sh7785lcr.h or hardware manual. 28 */ 29static struct resource heartbeat_resources[] = { --- 274 unchanged lines hidden --- |