Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 348225
b: refs/heads/master
c: e389623
h: refs/heads/master
i:
  348223: b4676ae
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 3, 2013
1 parent 9ab89a3 commit 8f3f1f2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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: 63a29f744fe1c19742039ce7526663a98f172f7e
refs/heads/master: e389623a68622e3c9be440ab522fac1aa1ca3454
4 changes: 2 additions & 2 deletions trunk/include/asm-generic/parport.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
* to devices on the PCI bus.
*/

static int __devinit parport_pc_find_isa_ports(int autoirq, int autodma);
static int __devinit parport_pc_find_nonpci_ports(int autoirq, int autodma)
static int parport_pc_find_isa_ports(int autoirq, int autodma);
static int parport_pc_find_nonpci_ports(int autoirq, int autodma)
{
#ifdef CONFIG_ISA
return parport_pc_find_isa_ports(autoirq, autodma);
Expand Down
12 changes: 6 additions & 6 deletions trunk/include/linux/ata_platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ struct pata_platform_info {
unsigned int irq_flags;
};

extern int __devinit __pata_platform_probe(struct device *dev,
struct resource *io_res,
struct resource *ctl_res,
struct resource *irq_res,
unsigned int ioport_shift,
int __pio_mask);
extern int __pata_platform_probe(struct device *dev,
struct resource *io_res,
struct resource *ctl_res,
struct resource *irq_res,
unsigned int ioport_shift,
int __pio_mask);

/*
* Marvell SATA private data
Expand Down

0 comments on commit 8f3f1f2

Please sign in to comment.