diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-28 09:32:41 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-28 09:32:41 +0000 |
commit | b5bc4523087c81a5f36fdc5ecec36788ee62b9ba (patch) | |
tree | bc052566ba97e72ce47e68e565d9028cb4c5416f /target/linux/generic-2.6/patches-2.6.32 | |
parent | 6bfdc7c99874d8f0ec72c4cd84ef9179e4c939bf (diff) | |
download | upstream-b5bc4523087c81a5f36fdc5ecec36788ee62b9ba.tar.gz upstream-b5bc4523087c81a5f36fdc5ecec36788ee62b9ba.tar.bz2 upstream-b5bc4523087c81a5f36fdc5ecec36788ee62b9ba.zip |
kernel: move mips_machine.h to 'arch/mips/include/asm'
SVN-Revision: 19357
Diffstat (limited to 'target/linux/generic-2.6/patches-2.6.32')
-rw-r--r-- | target/linux/generic-2.6/patches-2.6.32/020-mips_multi_machine_support.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic-2.6/patches-2.6.32/020-mips_multi_machine_support.patch b/target/linux/generic-2.6/patches-2.6.32/020-mips_multi_machine_support.patch index 4c98b73f87..dd9bb57c3d 100644 --- a/target/linux/generic-2.6/patches-2.6.32/020-mips_multi_machine_support.patch +++ b/target/linux/generic-2.6/patches-2.6.32/020-mips_multi_machine_support.patch @@ -1,5 +1,5 @@ --- /dev/null -+++ b/include/asm-mips/mips_machine.h ++++ b/arch/mips/include/asm/mips_machine.h @@ -0,0 +1,47 @@ +/* + * Copyright (C) 2008-2009 Gabor Juhos <juhosg@openwrt.org> |