Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 142822
b: refs/heads/master
c: 675b5d8
h: refs/heads/master
v: v3
  • Loading branch information
Dmitry Eremin-Solenikov authored and Eric Miao committed Apr 4, 2009
1 parent 4cf3d19 commit b9711e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8a28b10e915fff4a4e8be4f152a8e8695d0cb044
refs/heads/master: 675b5d869fe8f6f9cdb3c6758228f211fb1773e6
5 changes: 5 additions & 0 deletions trunk/arch/arm/mach-pxa/csb701.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#include <linux/input.h>
#include <linux/leds.h>

#include <asm/mach-types.h>

static struct gpio_keys_button csb701_buttons[] = {
{
.code = 0x7,
Expand Down Expand Up @@ -54,6 +56,9 @@ static struct platform_device *devices[] __initdata = {

static int __init csb701_init(void)
{
if (!machine_is_csb726())
return -ENODEV;

return platform_add_devices(devices, ARRAY_SIZE(devices));
}

Expand Down

0 comments on commit b9711e8

Please sign in to comment.