]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
xtensa: Update platform files to reflect new location of the header files.
authorChris Zankel <chris@zankel.net>
Thu, 4 Dec 2008 17:21:20 +0000 (09:21 -0800)
committerChris Zankel <chris@zankel.net>
Thu, 4 Dec 2008 17:21:20 +0000 (09:21 -0800)
Change 367b8112fe2ea5c39a7bb4d263dcdd9b612fae18 moved the platform specific
header files to arch/xtensa/platforms/<platform>/include/platform. These two
file weren't updated.

Signed-off-by: Chris Zankel <chris@zankel.net>
arch/xtensa/platforms/iss/console.c
arch/xtensa/platforms/iss/network.c

index c5e5cf9acbe618f124c6162881e7647437c005d6..efed8897bef323079a3cc10401eaef069c4eaad3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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
  * License.  See the file "COPYING" in the main directory of this archive
@@ -24,7 +24,7 @@
 #include <asm/uaccess.h>
 #include <asm/irq.h>
 
-#include <platform/platform-iss/simcall.h>
+#include <platform/simcall.h>
 
 #include <linux/tty.h>
 #include <linux/tty_flip.h>
index 79bab341e7b037eb67713a80dfc72c773e93764c..4eb36fd0f930157c265b27872f20d51fd473bc2a 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *
- * arch/xtensa/platform-iss/network.c
+ * arch/xtensa/platforms/iss/network.c
  *
  * Platform specific initialization.
  *
@@ -33,7 +33,7 @@
 #include <linux/rtnetlink.h>
 #include <linux/platform_device.h>
 
-#include <platform/platform-iss/simcall.h>
+#include <platform/simcall.h>
 
 #define DRIVER_NAME "iss-netdev"
 #define ETH_MAX_PACKET 1500