Commit f35a1760 authored by Tony Lindgren's avatar Tony Lindgren

ARM: OMAP: Fix a warning and cosmetic fixes

Fix a warning and cosmetic fixes
parent a37868e0
/* /*
* linux/arch/arm/mach-omap/omap1/devices.c * linux/arch/arm/mach-omap1/devices.c
* *
* OMAP1 platform device setup/initialization * OMAP1 platform device setup/initialization
* *
......
/* /*
* linux/arch/arm/mach-omap/omap1/id.c * linux/arch/arm/mach-omap1/id.c
* *
* OMAP1 CPU identification code * OMAP1 CPU identification code
* *
......
/* /*
* linux/arch/arm/mach-omap/omap1/io.c * linux/arch/arm/mach-omap1/io.c
* *
* OMAP1 I/O mapping code * OMAP1 I/O mapping code
* *
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
#include <asm/io.h> #include <asm/io.h>
#include <asm/arch/tc.h> #include <asm/arch/tc.h>
extern int clk_init(void);
extern void omap_check_revision(void); extern void omap_check_revision(void);
extern void omap_sram_init(void); extern void omap_sram_init(void);
......
/* /*
* linux/arch/arm/mach-omap/omap1/id.c * linux/arch/arm/mach-omap1/id.c
* *
* OMAP1 CPU identification code * OMAP1 CPU identification code
* *
......
/* /*
* linux/arch/arm/mach-omap/omap1/time.c * linux/arch/arm/mach-omap1/time.c
* *
* OMAP Timers * OMAP Timers
* *
......
/* /*
* linux/arch/arm/mach-omap/bootreason.c * linux/arch/arm/plat-omap/bootreason.c
* *
* OMAP Bootreason passing * OMAP Bootreason passing
* *
......
/* /*
* linux/arch/arm/mach-omap/clock.c * linux/arch/arm/plat-omap/clock.c
* *
* Copyright (C) 2004 Nokia corporation * Copyright (C) 2004 Nokia corporation
* Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com> * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com>
......
/* /*
* linux/arch/arm/mach-omap/clock.h * linux/arch/arm/plat-omap/clock.h
* *
* Copyright (C) 2004 Nokia corporation * Copyright (C) 2004 Nokia corporation
* Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com> * Written by Tuukka Tikkanen <tuukka.tikkanen@elektrobit.com>
......
/* /*
* linux/arch/arm/mach-omap/common.c * linux/arch/arm/plat-omap/common.c
* *
* Code common to all OMAP machines. * Code common to all OMAP machines.
* *
......
/* /*
* linux/arch/arm/mach-omap/cpu-omap.c * linux/arch/arm/plat-omap/cpu-omap.c
* *
* CPU frequency scaling for OMAP * CPU frequency scaling for OMAP
* *
......
/* /*
* linux/arch/arm/mach-omap/dmtimer.c * linux/arch/arm/plat-omap/dmtimer.c
* *
* OMAP Dual-Mode Timers * OMAP Dual-Mode Timers
* *
......
/* /*
* linux/arch/arm/mach-omap/gpio-switch.c * linux/arch/arm/plat-omap/gpio-switch.c
* *
* Copyright (C) 2004, 2005 Nokia Corporation * Copyright (C) 2004, 2005 Nokia Corporation
* Written by Juha Yrjl <juha.yrjola@nokia.com> * Written by Juha Yrjl <juha.yrjola@nokia.com>
......
/* /*
* linux/arch/arm/mach-omap/gpio.c * linux/arch/arm/plat-omap/gpio.c
* *
* Support functions for OMAP GPIO * Support functions for OMAP GPIO
* *
......
/* /*
* linux/arch/arm/mach-omap/mux.c * linux/arch/arm/plat-omap/mux.c
* *
* Utility to set the Omap MUX and PULL_DWN registers from a table in mux.h * Utility to set the Omap MUX and PULL_DWN registers from a table in mux.h
* *
......
/* /*
* linux/arch/arm/mach-omap/ocpi.c * linux/arch/arm/plat-omap/ocpi.c
* *
* Minimal OCP bus support for omap16xx * Minimal OCP bus support for omap16xx
* *
......
/* /*
* linux/arch/arm/mach-omap/pm.c * linux/arch/arm/plat-omap/pm.c
* *
* OMAP Power Management Routines * OMAP Power Management Routines
* *
......
/* /*
* linux/arch/arm/mach-omap/sleep.S * linux/arch/arm/plat-omap/sleep.S
* *
* Low-level OMAP1510/1610 sleep/wakeUp support * Low-level OMAP1510/1610 sleep/wakeUp support
* *
......
/* /*
* linux/arch/arm/mach-omap/sram.S * linux/arch/arm/plat-omap/sram.S
* *
* Functions that need to be run in internal SRAM * Functions that need to be run in internal SRAM
* *
......
/* /*
* linux/arch/arm/mach-omap/sram.c * linux/arch/arm/plat-omap/sram.c
* *
* OMAP SRAM detection and management * OMAP SRAM detection and management
* *
......
/* /*
* linux/arch/arm/mach-omap/sram.h * linux/arch/arm/plat-omap/sram.h
* *
* Interface for functions that need to be run in internal SRAM * Interface for functions that need to be run in internal SRAM
* *
......
/* /*
* arch/arm/mach-omap/usb.c -- platform level USB initialization * arch/arm/plat-omap/usb.c -- platform level USB initialization
* *
* Copyright (C) 2004 Texas Instruments, Inc. * Copyright (C) 2004 Texas Instruments, Inc.
* *
......
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