Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126928
b: refs/heads/master
c: 5fee325
h: refs/heads/master
v: v3
  • Loading branch information
Chris Zankel committed Dec 4, 2008
1 parent 634801f commit 99f6b8e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 91a15026eb89a687dfcac860a969cfd872f3c94f
refs/heads/master: 5fee325e7d2bcbebf1cb38b4ff3a7aa3744c43e3
4 changes: 2 additions & 2 deletions trunk/arch/xtensa/platforms/iss/console.c
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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>
Expand Down
4 changes: 2 additions & 2 deletions trunk/arch/xtensa/platforms/iss/network.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
*
* arch/xtensa/platform-iss/network.c
* arch/xtensa/platforms/iss/network.c
*
* Platform specific initialization.
*
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 99f6b8e

Please sign in to comment.