diff options
author | Varka Bhadram | 2015-05-29 10:56:55 +0530 |
---|---|---|
committer | Marcel Holtmann | 2015-05-31 13:40:53 +0200 |
commit | 1a1bc59c5f7657387d1a4b45d63248fed55ab88c (patch) | |
tree | dfb5bc8302d51d7cd8aaf2f6116f50a32d799611 /include/linux/spi | |
parent | aad1b0b5d3e0e4cdadd695b7188873ba614ca4ef (diff) |
cc2520: fix CC2591 handling
This patch changes tha way of handling of cc2591-cc2520 combination
by moving amplified variable from platform data to private data.
This will be useful in other sections like tx power support.
Signed-off-by: Varka Bhadram <varkab@cdac.in>
Cc: Brad Campbell <bradjc5@gmail.com>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/linux/spi')
-rw-r--r-- | include/linux/spi/cc2520.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/spi/cc2520.h b/include/linux/spi/cc2520.h index e741e8baad92..85b8ee67e937 100644 --- a/include/linux/spi/cc2520.h +++ b/include/linux/spi/cc2520.h @@ -21,7 +21,6 @@ struct cc2520_platform_data { int sfd; int reset; int vreg; - bool amplified; }; #endif |