sleep34xx.S (214e2ca2b82d335935a861c253fe94c61ad77aad) | sleep34xx.S (622297fdec22310d57cc3222a8fc337993c7cd23) |
---|---|
1/* 2 * (C) Copyright 2007 3 * Texas Instruments 4 * Karthik Dasu <karthik-dp@ti.com> 5 * 6 * (C) Copyright 2004 7 * Texas Instruments, <www.ti.com> 8 * Richard Woodruff <r-woodruff2@ti.com> --- 12 unchanged lines hidden (view full) --- 21 * along with this program; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 23 * MA 02111-1307 USA 24 */ 25#include <linux/linkage.h> 26 27#include <asm/assembler.h> 28 | 1/* 2 * (C) Copyright 2007 3 * Texas Instruments 4 * Karthik Dasu <karthik-dp@ti.com> 5 * 6 * (C) Copyright 2004 7 * Texas Instruments, <www.ti.com> 8 * Richard Woodruff <r-woodruff2@ti.com> --- 12 unchanged lines hidden (view full) --- 21 * along with this program; if not, write to the Free Software 22 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, 23 * MA 02111-1307 USA 24 */ 25#include <linux/linkage.h> 26 27#include <asm/assembler.h> 28 |
29#include <plat/sram.h> | 29#include "../plat-omap/sram.h" |
30 31#include "omap34xx.h" 32#include "iomap.h" 33#include "cm2xxx_3xxx.h" 34#include "prm2xxx_3xxx.h" 35#include "sdrc.h" 36#include "control.h" 37 --- 580 unchanged lines hidden --- | 30 31#include "omap34xx.h" 32#include "iomap.h" 33#include "cm2xxx_3xxx.h" 34#include "prm2xxx_3xxx.h" 35#include "sdrc.h" 36#include "control.h" 37 --- 580 unchanged lines hidden --- |