Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 338451
b: refs/heads/master
c: 512f82a
h: refs/heads/master
i:
  338449: c0245cb
  338447: 3e7b483
v: v3
  • Loading branch information
Bill Pemberton authored and Greg Kroah-Hartman committed Nov 21, 2012
1 parent 5e3928c commit c448f14
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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: de88b34042752c03771b779d1d985060909ab44a
refs/heads/master: 512f82a064e397e437845c3f03a3c6dc3e610e8b
2 changes: 1 addition & 1 deletion trunk/drivers/tty/nozomi.c
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ struct buffer {
} __attribute__ ((packed));

/* Global variables */
static const struct pci_device_id nozomi_pci_tbl[] __devinitconst = {
static const struct pci_device_id nozomi_pci_tbl[] = {
{PCI_DEVICE(0x1931, 0x000c)}, /* Nozomi HSDPA */
{},
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/8250/8250_em.c
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ static int __devexit serial8250_em_remove(struct platform_device *pdev)
return 0;
}

static const struct of_device_id serial8250_em_dt_ids[] __devinitconst = {
static const struct of_device_id serial8250_em_dt_ids[] = {
{ .compatible = "renesas,em-uart", },
{},
};
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/tty/serial/mfd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@ static void serial_hsu_remove(struct pci_dev *pdev)
}

/* First 3 are UART ports, and the 4th is the DMA */
static const struct pci_device_id pci_ids[] __devinitconst = {
static const struct pci_device_id pci_ids[] = {
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081B) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081C) },
{ PCI_DEVICE(PCI_VENDOR_ID_INTEL, 0x081D) },
Expand Down

0 comments on commit c448f14

Please sign in to comment.