-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
yaml --- r: 182110 b: refs/heads/master c: f51e5a0 h: refs/heads/master v: v3
- Loading branch information
Yoichi Yuasa
authored and
Ralf Baechle
committed
Feb 27, 2010
1 parent
4f7b0a0
commit 8616eb1
Showing
2 changed files
with
2 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: 1a6e8963e07f126a7fa3e9b446f86205cd4e81fe | ||
refs/heads/master: f51e5a07728d33b7ad59a84d1a7a0a34d4f58765 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1 @@ | ||
/* | ||
* Copyright (C) 1999, 2000 Tim Waugh <tim@cyberelk.demon.co.uk> | ||
* | ||
* This file should only be included by drivers/parport/parport_pc.c. | ||
*/ | ||
#ifndef _ASM_PARPORT_H | ||
#define _ASM_PARPORT_H | ||
|
||
static int __devinit parport_pc_find_isa_ports(int autoirq, int autodma); | ||
static int __devinit parport_pc_find_nonpci_ports(int autoirq, int autodma) | ||
{ | ||
return parport_pc_find_isa_ports(autoirq, autodma); | ||
} | ||
|
||
#endif /* _ASM_PARPORT_H */ | ||
#include <asm-generic/parport.h> |