aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/spi/74x164.h
diff options
context:
space:
mode:
authorH Hartley Sweeten <hartleys@visionengravers.com>2011-05-27 16:35:59 -0700
committerGrant Likely <grant.likely@secretlab.ca>2011-06-03 12:14:16 -0600
commita3cc68c37897f0656489a0d853d6e342fc6f076b (patch)
tree0ac029941fa3326b563579b37ab589b3b2a7889a /include/linux/spi/74x164.h
parentRevert "mm: fail GFP_DMA allocations when ZONE_DMA is not configured" (diff)
downloadlinux-dev-a3cc68c37897f0656489a0d853d6e342fc6f076b.tar.xz
linux-dev-a3cc68c37897f0656489a0d853d6e342fc6f076b.zip
gpio/74x164: remove unnecessary defines and prototype
Remove the #define GEN_74X164_GPIO_COUNT since it's only used in one place and it's meaning is obvious. Also remove the #define GEN_74X164_DRIVER_NAME and use spi->modalias to set the gpio chip's label and the string "74x164" for the driver name. Reorder the code slightly to remove the need to prototype gen_74x164_set_value. Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Diffstat (limited to 'include/linux/spi/74x164.h')
-rw-r--r--include/linux/spi/74x164.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/linux/spi/74x164.h b/include/linux/spi/74x164.h
index d85c52f294a0..0aa6acc73317 100644
--- a/include/linux/spi/74x164.h
+++ b/include/linux/spi/74x164.h
@@ -1,8 +1,6 @@
#ifndef LINUX_SPI_74X164_H
#define LINUX_SPI_74X164_H
-#define GEN_74X164_DRIVER_NAME "74x164"
-
struct gen_74x164_chip_platform_data {
/* number assigned to the first GPIO */
unsigned base;