Skip to content

Commit

Permalink
collie: fix scoop convesion to new api
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Kunze authored and Thomas Kunze committed Nov 27, 2009
1 parent 648f4e3 commit f151ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm/mach-sa1100/collie.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ static struct resource collie_scoop_resources[] = {
static struct scoop_config collie_scoop_setup = {
.io_dir = COLLIE_SCOOP_IO_DIR,
.io_out = COLLIE_SCOOP_IO_OUT,
.gpio_base = COLLIE_SCOOP_GPIO_BASE,
};

struct platform_device colliescoop_device = {
Expand Down

0 comments on commit f151ccf

Please sign in to comment.