diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2011-04-07 20:15:50 +0200 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2011-04-07 20:15:50 +0200 |
commit | 454abcc57f1d48a976291bc4af73b5f087e21d70 (patch) | |
tree | 5bba999ea3f31527da02b60604531cc5fb52ea57 /arch/arm/mach-mxs/module-tx28.h | |
parent | gpio/pch_gpio: Fix output value of pch_gpio_direction_output() (diff) | |
parent | Linux 2.6.39-rc2 (diff) | |
download | linux-454abcc57f1d48a976291bc4af73b5f087e21d70.tar.xz linux-454abcc57f1d48a976291bc4af73b5f087e21d70.zip |
Merge commit 'v2.6.39-rc2' into spi/merge
Diffstat (limited to 'arch/arm/mach-mxs/module-tx28.h')
-rw-r--r-- | arch/arm/mach-mxs/module-tx28.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-mxs/module-tx28.h b/arch/arm/mach-mxs/module-tx28.h index df9e1b6e81bf..8ed425457d30 100644 --- a/arch/arm/mach-mxs/module-tx28.h +++ b/arch/arm/mach-mxs/module-tx28.h @@ -7,3 +7,4 @@ * Free Software Foundation. */ int __init tx28_add_fec0(void); +int __init tx28_add_fec1(void); |