mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-04-21 12:27:27 +03:00
[ifxmips] some correction (sorry, was compiling old files)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13670 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -552,7 +552,7 @@ int map_dma_chan(struct dma_chan_map *map)
|
||||
int result;
|
||||
|
||||
for (i = 0; i < MAX_DMA_DEVICE_NUM; i++)
|
||||
dma_devs[i].device_name = &global_device_name[i];
|
||||
strcpy(dma_devs[i].device_name, global_device_name[i]);
|
||||
|
||||
for (i = 0; i < MAX_DMA_CHANNEL_NUM; i++) {
|
||||
dma_chan[i].irq = map[i].irq;
|
||||
|
||||
@@ -18,8 +18,8 @@
|
||||
|
||||
#include <linux/kernel.h>
|
||||
#include <linux/pm.h>
|
||||
#include <linux/reboot.h>
|
||||
#include <linux/io.h>
|
||||
#include <asm/reboot.h>
|
||||
#include <asm/system.h>
|
||||
#include <asm/ifxmips/ifxmips.h>
|
||||
|
||||
|
||||
@@ -19,9 +19,10 @@
|
||||
|
||||
#include <linux/init.h>
|
||||
|
||||
#include <linux/time.h>
|
||||
|
||||
#include <linux/cpu.h>
|
||||
|
||||
#include <asm/time.h>
|
||||
#include <asm/traps.h>
|
||||
#include <asm/irq.h>
|
||||
#include <asm/bootinfo.h>
|
||||
|
||||
Reference in New Issue
Block a user