Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 261175
b: refs/heads/master
c: b2987a5
h: refs/heads/master
i:
  261173: 3a26db2
  261171: c6986f1
  261167: 113aad6
v: v3
  • Loading branch information
Tyler Hicks committed Jul 29, 2011
1 parent d2f4f63 commit 40b9cb5
Show file tree
Hide file tree
Showing 287 changed files with 1,756 additions and 5,096 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: c32e7d669ef827f97d1aae8f6b34542665defbf6
refs/heads/master: b2987a5e05ec7a1af7ca42e5d5349d7a22753031
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 40b9cb5

Please sign in to comment.