Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64695
b: refs/heads/master
c: 7b3166d
h: refs/heads/master
i:
  64693: 60b2103
  64691: a2aab47
  64687: 0166898
v: v3
  • Loading branch information
Peter Chubb authored and Tony Luck committed Sep 1, 2007
1 parent af52e7d commit 8f90c7b
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 13 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: 8b713c67bccef7cabb0ee915f47eb33d82636af9
refs/heads/master: 7b3166dbc3df5b72f2ba4ea130f4461e318a3838
1 change: 0 additions & 1 deletion trunk/arch/ia64/hp/sim/hpsim_console.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ simcons_write (struct console *cons, const char *buf, unsigned count)

static struct tty_driver *simcons_console_device (struct console *c, int *index)
{
extern struct tty_driver *hp_simserial_driver;
*index = c->index;
return hp_simserial_driver;
}
Expand Down
12 changes: 3 additions & 9 deletions trunk/arch/ia64/hp/sim/simeth.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
#include <linux/bitops.h>
#include <asm/system.h>
#include <asm/irq.h>
#include <asm/hpsim.h>

#include "hpsim_ssc.h"

#define SIMETH_RECV_MAX 10

Expand All @@ -35,12 +38,6 @@
#define SIMETH_FRAME_SIZE ETH_FRAME_LEN


#define SSC_NETDEV_PROBE 100
#define SSC_NETDEV_SEND 101
#define SSC_NETDEV_RECV 102
#define SSC_NETDEV_ATTACH 103
#define SSC_NETDEV_DETACH 104

#define NETWORK_INTR 8

struct simeth_local {
Expand Down Expand Up @@ -124,9 +121,6 @@ simeth_probe (void)
return r;
}

extern long ia64_ssc (long, long, long, long, int);
extern void ia64_ssc_connect_irq (long intr, long irq);

static inline int
netdev_probe(char *name, unsigned char *ether)
{
Expand Down
3 changes: 1 addition & 2 deletions trunk/arch/ia64/hp/sim/simscsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include <linux/kernel.h>
#include <linux/timer.h>
#include <asm/irq.h>
#include "hpsim_ssc.h"

#include <scsi/scsi.h>
#include <scsi/scsi_cmnd.h>
Expand Down Expand Up @@ -59,8 +60,6 @@ struct disk_stat {
unsigned count;
};

extern long ia64_ssc (long arg0, long arg1, long arg2, long arg3, int nr);

static int desc[16] = {
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1
};
Expand Down
6 changes: 6 additions & 0 deletions trunk/include/asm-ia64/hpsim.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ static inline int simcons_register(void) { return 1; }
int simcons_register(void);
#endif

struct tty_driver;
extern struct tty_driver *hp_simserial_driver;

void ia64_ssc_connect_irq(long intr, long irq);
void ia64_ctl_trace(long on);

#endif

0 comments on commit 8f90c7b

Please sign in to comment.