Commit 5fee325e authored by Chris Zankel's avatar Chris Zankel

xtensa: Update platform files to reflect new location of the header files.

Change 367b8112 moved the platform specific
header files to arch/xtensa/platforms/<platform>/include/platform. These two
file weren't updated.
Signed-off-by: default avatarChris Zankel <chris@zankel.net>
parent 91a15026
/* /*
* arch/xtensa/platform-iss/console.c * arch/xtensa/platforms/iss/console.c
* *
* This file is subject to the terms and conditions of the GNU General Public * This file is subject to the terms and conditions of the GNU General Public
* License. See the file "COPYING" in the main directory of this archive * License. See the file "COPYING" in the main directory of this archive
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
#include <asm/uaccess.h> #include <asm/uaccess.h>
#include <asm/irq.h> #include <asm/irq.h>
#include <platform/platform-iss/simcall.h> #include <platform/simcall.h>
#include <linux/tty.h> #include <linux/tty.h>
#include <linux/tty_flip.h> #include <linux/tty_flip.h>
......
/* /*
* *
* arch/xtensa/platform-iss/network.c * arch/xtensa/platforms/iss/network.c
* *
* Platform specific initialization. * Platform specific initialization.
* *
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
#include <linux/rtnetlink.h> #include <linux/rtnetlink.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <platform/platform-iss/simcall.h> #include <platform/simcall.h>
#define DRIVER_NAME "iss-netdev" #define DRIVER_NAME "iss-netdev"
#define ETH_MAX_PACKET 1500 #define ETH_MAX_PACKET 1500
......
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