diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-12-22 12:12:35 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-12-22 12:12:35 +0000 |
commit | a0b31f97bb215b2de2c4addbc426121511f1d625 (patch) | |
tree | 8cda5030224aae1b3fad954b74f3bb1b6599bf19 /target/linux/generic/files/include | |
parent | b44cdcde8e9af4ac2cc4f94f11452a9c7d1f7dae (diff) | |
download | upstream-a0b31f97bb215b2de2c4addbc426121511f1d625.tar.gz upstream-a0b31f97bb215b2de2c4addbc426121511f1d625.tar.bz2 upstream-a0b31f97bb215b2de2c4addbc426121511f1d625.zip |
generic: ar8216: rename cpuport_cfg to port0_cfg in ar8327_platform_data
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 34846
Diffstat (limited to 'target/linux/generic/files/include')
-rw-r--r-- | target/linux/generic/files/include/linux/ar8216_platform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/files/include/linux/ar8216_platform.h b/target/linux/generic/files/include/linux/ar8216_platform.h index f5c2ef065f..f1673dbb53 100644 --- a/target/linux/generic/files/include/linux/ar8216_platform.h +++ b/target/linux/generic/files/include/linux/ar8216_platform.h @@ -74,7 +74,7 @@ struct ar8327_platform_data { struct ar8327_pad_cfg *pad0_cfg; struct ar8327_pad_cfg *pad5_cfg; struct ar8327_pad_cfg *pad6_cfg; - struct ar8327_port_cfg cpuport_cfg; + struct ar8327_port_cfg port0_cfg; struct ar8327_led_cfg *led_cfg; }; |