diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2013-06-04 11:29:01 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2013-06-04 11:29:01 +0000 |
commit | a0e412a616d50b28b1f0eb305ef297af46b3fdf1 (patch) | |
tree | 15febcb69b877e799868ced3dd43875d0f0eaa09 /target/linux/orion/patches-3.3/400-fix-section-mismatch-warnings.patch | |
parent | 3a56df33ad00b2f20eb5cb0ceb8d4c1072dc97ad (diff) | |
download | upstream-a0e412a616d50b28b1f0eb305ef297af46b3fdf1.tar.gz upstream-a0e412a616d50b28b1f0eb305ef297af46b3fdf1.tar.bz2 upstream-a0e412a616d50b28b1f0eb305ef297af46b3fdf1.zip |
versioned files and dirs still make no sense when you support only a single kernel...
SVN-Revision: 36836
Diffstat (limited to 'target/linux/orion/patches-3.3/400-fix-section-mismatch-warnings.patch')
-rw-r--r-- | target/linux/orion/patches-3.3/400-fix-section-mismatch-warnings.patch | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/target/linux/orion/patches-3.3/400-fix-section-mismatch-warnings.patch b/target/linux/orion/patches-3.3/400-fix-section-mismatch-warnings.patch deleted file mode 100644 index 84ca91f0a5..0000000000 --- a/target/linux/orion/patches-3.3/400-fix-section-mismatch-warnings.patch +++ /dev/null @@ -1,31 +0,0 @@ ---- a/arch/arm/mach-orion5x/common.c -+++ b/arch/arm/mach-orion5x/common.c -@@ -192,7 +192,7 @@ void __init orion5x_init_early(void) - - int orion5x_tclk; - --int __init orion5x_find_tclk(void) -+static __init int orion5x_find_tclk(void) - { - u32 dev, rev; - -@@ -204,7 +204,7 @@ int __init orion5x_find_tclk(void) - return 166666667; - } - --static void orion5x_timer_init(void) -+static __init void orion5x_timer_init(void) - { - orion5x_tclk = orion5x_find_tclk(); - ---- a/arch/arm/mach-orion5x/addr-map.c -+++ b/arch/arm/mach-orion5x/addr-map.c -@@ -76,7 +76,7 @@ static int __init cpu_win_can_remap(cons - /* - * Description of the windows needed by the platform code - */ --static struct __initdata orion_addr_map_cfg addr_map_cfg = { -+static struct orion_addr_map_cfg addr_map_cfg __initdata = { - .num_wins = 8, - .cpu_win_can_remap = cpu_win_can_remap, - .bridge_virt_base = ORION5X_BRIDGE_VIRT_BASE, |