Skip to content

Commit

Permalink
[PATCH] powerpc: Merge parport.h
Browse files Browse the repository at this point in the history
Save for the header #define, ppc32 and ppc64 versions of parport.h are
identical.  This patch merges them.

Signed-off-by: David Gibson <dwg@au1.ibm.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>
  • Loading branch information
David Gibson authored and Paul Mackerras committed Oct 27, 2005
1 parent e37bc5d commit 2765ca2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 21 deletions.
6 changes: 3 additions & 3 deletions include/asm-ppc/parport.h → include/asm-powerpc/parport.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
* This file should only be included by drivers/parport/parport_pc.c.
*/

#ifndef _ASM_PPC_PARPORT_H
#define _ASM_PPC_PARPORT_H
#ifndef _ASM_POWERPC_PARPORT_H
#define _ASM_POWERPC_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_PPC_PARPORT_H) */
#endif /* !(_ASM_POWERPC_PARPORT_H) */
18 changes: 0 additions & 18 deletions include/asm-ppc64/parport.h

This file was deleted.

0 comments on commit 2765ca2

Please sign in to comment.