Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261178
b: refs/heads/master
c: a5a7bbc
h: refs/heads/master
v: v3
  • Loading branch information
Markus Trippelsdorf authored and Alex Elder committed Jul 29, 2011
1 parent f992b30 commit 3a227e9
Show file tree
Hide file tree
Showing 289 changed files with 1,757 additions and 5,101 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: 74aec4e0dd93d4202d3d5a692723f39cc5332b15
refs/heads/master: a5a7bbcc0137e5cdad21cce0962f6be0b7ecf173
20 changes: 0 additions & 20 deletions trunk/Documentation/devicetree/bindings/arm/arm-boards

This file was deleted.

17 changes: 0 additions & 17 deletions trunk/Documentation/devicetree/bindings/dma/fsl-imx-sdma.txt

This file was deleted.

10 changes: 0 additions & 10 deletions trunk/Documentation/devicetree/bindings/i2c/arm-versatile.txt

This file was deleted.

34 changes: 0 additions & 34 deletions trunk/Documentation/devicetree/bindings/mmc/fsl-imx-esdhc.txt

This file was deleted.

8 changes: 0 additions & 8 deletions trunk/Documentation/devicetree/bindings/mtd/arm-versatile.txt

This file was deleted.

24 changes: 0 additions & 24 deletions trunk/Documentation/devicetree/bindings/net/fsl-fec.txt

This file was deleted.

10 changes: 0 additions & 10 deletions trunk/Documentation/devicetree/bindings/net/smsc-lan91c111.txt

This file was deleted.

This file was deleted.

14 changes: 0 additions & 14 deletions trunk/Documentation/devicetree/bindings/watchdog/fsl-imx-wdt.txt

This file was deleted.

11 changes: 0 additions & 11 deletions trunk/Documentation/devicetree/bindings/watchdog/samsung-wdt.txt

This file was deleted.

2 changes: 0 additions & 2 deletions trunk/Documentation/watchdog/00-INDEX
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ src/
- directory holding watchdog related example programs.
watchdog-api.txt
- description of the Linux Watchdog driver API.
watchdog-kernel-api.txt
- description of the Linux WatchDog Timer Driver Core kernel API.
watchdog-parameters.txt
- information on driver parameters (for drivers other than
the ones that have driver-specific files here)
Expand Down
162 changes: 0 additions & 162 deletions trunk/Documentation/watchdog/watchdog-kernel-api.txt

This file was deleted.

2 changes: 1 addition & 1 deletion trunk/arch/alpha/kernel/sys_alcor.c
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ alcor_init_irq(void)
*/

static int __init
alcor_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
alcor_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
{
static char irq_tab[7][5] __initdata = {
/*INT INTA INTB INTC INTD */
Expand Down
6 changes: 3 additions & 3 deletions trunk/arch/alpha/kernel/sys_cabriolet.c
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ pc164_init_irq(void)
*/

static inline int __init
eb66p_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
eb66p_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
{
static char irq_tab[5][5] __initdata = {
/*INT INTA INTB INTC INTD */
Expand Down Expand Up @@ -205,7 +205,7 @@ eb66p_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
*/

static inline int __init
cabriolet_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
cabriolet_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
{
static char irq_tab[5][5] __initdata = {
/*INT INTA INTB INTC INTD */
Expand Down Expand Up @@ -289,7 +289,7 @@ cia_cab_init_pci(void)
*/

static inline int __init
alphapc164_map_irq(const struct pci_dev *dev, u8 slot, u8 pin)
alphapc164_map_irq(struct pci_dev *dev, u8 slot, u8 pin)
{
static char irq_tab[7][5] __initdata = {
/*INT INTA INTB INTC INTD */
Expand Down
Loading

0 comments on commit 3a227e9

Please sign in to comment.