Changeset 42483
- Timestamp:
- 2014-09-12T08:50:58+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/target/linux/atheros/patches-3.14/100-board.patch
r42482 r42483 85 85 --- /dev/null 86 86 +++ b/arch/mips/ar231x/board.c 87 @@ -0,0 +1,26 1@@87 @@ -0,0 +1,263 @@ 88 88 +/* 89 89 + * This file is subject to the terms and conditions of the GNU General Public … … 110 110 +#include <asm/irq_cpu.h> 111 111 +#include <asm/reboot.h> 112 +#include <asm/bootinfo.h> 113 +#include <asm/time.h> 112 114 + 113 115 +#include <ar231x_platform.h> … … 2859 2861 --- /dev/null 2860 2862 +++ b/arch/mips/ar231x/devices.c 2861 @@ -0,0 +1,18 0@@2863 @@ -0,0 +1,182 @@ 2862 2864 +#include <linux/kernel.h> 2863 2865 +#include <linux/init.h> … … 2866 2868 +#include <linux/serial_8250.h> 2867 2869 +#include <linux/platform_device.h> 2870 +#include <asm/bootinfo.h> 2871 + 2868 2872 +#include <ar231x_platform.h> 2869 2873 +#include <ar231x.h>
Note: See TracChangeset
for help on using the changeset viewer.