Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 34034
b: refs/heads/master
c: 20697cb
h: refs/heads/master
v: v3
  • Loading branch information
Stephen Rothwell committed Jul 13, 2006
1 parent 7705d4e commit 709d1e2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 8 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: 4e9e95a3554e98e7383a3591283ffcd850c9ef48
refs/heads/master: 20697cb775bdd0271f3c90fad2d15c065fd19488
1 change: 0 additions & 1 deletion trunk/arch/powerpc/kernel/asm-offsets.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#ifdef CONFIG_PPC64
#include <asm/paca.h>
#include <asm/lppaca.h>
#include <asm/iseries/hv_lp_event.h>
#include <asm/cache.h>
#include <asm/compat.h>
#endif
Expand Down
6 changes: 2 additions & 4 deletions trunk/drivers/char/viotape.c
Original file line number Diff line number Diff line change
Expand Up @@ -940,7 +940,6 @@ static void vioHandleTapeEvent(struct HvLpEvent *event)

static int viotape_probe(struct vio_dev *vdev, const struct vio_device_id *id)
{
char tapename[32];
int i = vdev->unit_address;
int j;

Expand All @@ -956,10 +955,9 @@ static int viotape_probe(struct vio_dev *vdev, const struct vio_device_id *id)
"iseries!vt%d", i);
class_device_create(tape_class, NULL, MKDEV(VIOTAPE_MAJOR, i | 0x80),
NULL, "iseries!nvt%d", i);
sprintf(tapename, "iseries/vt%d", i);
printk(VIOTAPE_KERN_INFO "tape %s is iSeries "
printk(VIOTAPE_KERN_INFO "tape iseries/vt%d is iSeries "
"resource %10.10s type %4.4s, model %3.3s\n",
tapename, viotape_unitinfo[i].rsrcname,
i, viotape_unitinfo[i].rsrcname,
viotape_unitinfo[i].type, viotape_unitinfo[i].model);
return 0;
}
Expand Down
2 changes: 0 additions & 2 deletions trunk/include/asm-powerpc/iseries/it_lp_queue.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
#include <asm/types.h>
#include <asm/ptrace.h>

struct HvLpEvent;

#define IT_LP_MAX_QUEUES 8

#define IT_LP_NOT_USED 0 /* Queue will not be used by PLIC */
Expand Down

0 comments on commit 709d1e2

Please sign in to comment.