Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337007
b: refs/heads/master
c: b17b75b
h: refs/heads/master
i:
  337005: 3e1db00
  337003: 26be04c
  336999: e829cd5
  336991: 0f9a0ac
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 0363a24 commit 705b796
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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: 5a59509b4753c281d3003eb996c8137bef62e5a9
refs/heads/master: b17b75bb524c6c0dfa5ee4a33591b8a7dcc034d2
2 changes: 1 addition & 1 deletion trunk/drivers/uio/uio_aec.c
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ static void print_board_data(struct pci_dev *pdev, struct uio_info *i)
ioread8(i->priv + 0x07));
}

static int __devinit probe(struct pci_dev *pdev, const struct pci_device_id *id)
static int probe(struct pci_dev *pdev, const struct pci_device_id *id)
{
struct uio_info *info;
int ret;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/uio/uio_cif.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ static irqreturn_t hilscher_handler(int irq, struct uio_info *dev_info)
return IRQ_HANDLED;
}

static int __devinit hilscher_pci_probe(struct pci_dev *dev,
static int hilscher_pci_probe(struct pci_dev *dev,
const struct pci_device_id *id)
{
struct uio_info *info;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/uio/uio_netx.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ static irqreturn_t netx_handler(int irq, struct uio_info *dev_info)
return IRQ_HANDLED;
}

static int __devinit netx_pci_probe(struct pci_dev *dev,
static int netx_pci_probe(struct pci_dev *dev,
const struct pci_device_id *id)
{
struct uio_info *info;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/uio/uio_pci_generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ static irqreturn_t irqhandler(int irq, struct uio_info *info)
return IRQ_HANDLED;
}

static int __devinit probe(struct pci_dev *pdev,
static int probe(struct pci_dev *pdev,
const struct pci_device_id *id)
{
struct uio_pci_generic_dev *gdev;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/uio/uio_pruss.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ static void pruss_cleanup(struct platform_device *dev,
kfree(gdev);
}

static int __devinit pruss_probe(struct platform_device *dev)
static int pruss_probe(struct platform_device *dev)
{
struct uio_info *p;
struct uio_pruss_dev *gdev;
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/uio/uio_sercos3.c
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ static int sercos3_setup_iomem(struct pci_dev *dev, struct uio_info *info,
return 0;
}

static int __devinit sercos3_pci_probe(struct pci_dev *dev,
static int sercos3_pci_probe(struct pci_dev *dev,
const struct pci_device_id *id)
{
struct uio_info *info;
Expand Down

0 comments on commit 705b796

Please sign in to comment.