Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 53286
b: refs/heads/master
c: bff832c
h: refs/heads/master
v: v3
  • Loading branch information
Finn Thain authored and Linus Torvalds committed May 5, 2007
1 parent 7d8ff22 commit 48411d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: b312b38c7411d4a2fff3fcdff13556b090f80f25
refs/heads/master: bff832cda7bd1a861fd43813c3037119e50e7d93
3 changes: 1 addition & 2 deletions trunk/drivers/macintosh/via-pmu68k.c
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ static int pmu_send_request(struct adb_request *req, int sync);
static int pmu_autopoll(int devs);
void pmu_poll(void);
static int pmu_reset_bus(void);
static int pmu_queue_request(struct adb_request *req);

static void pmu_start(void);
static void send_byte(int x);
Expand Down Expand Up @@ -475,7 +474,7 @@ pmu_request(struct adb_request *req, void (*done)(struct adb_request *),
return pmu_queue_request(req);
}

static int
int
pmu_queue_request(struct adb_request *req)
{
unsigned long flags;
Expand Down

0 comments on commit 48411d4

Please sign in to comment.