]> Pileus Git - ~andy/linux/commitdiff
memory: mvebu-devbus: Remove unused variable
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>
Sat, 10 Aug 2013 13:05:14 +0000 (10:05 -0300)
committerJason Cooper <jason@lakedaemon.net>
Mon, 12 Aug 2013 16:43:28 +0000 (16:43 +0000)
This variable is not being used anywhere and it's only forgotten
garbage that should have been removed in the previous commit:

  commit 9b6e4c0a58e24c28bd757c9365824a37e80b751c
  Author: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
  Date:   Fri Jul 26 10:17:38 2013 -0300

  memory: mvebu-devbus: Remove address decoding window workaround

Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
drivers/memory/mvebu-devbus.c

index 94c92482fd8fcd6d273340191b2064eea60cc8ac..110c03627051cb749ef92d853e47322714b1dd51 100644 (file)
 #define READ_PARAM_OFFSET      0x0
 #define WRITE_PARAM_OFFSET     0x4
 
-static const char * const devbus_wins[] = {
-       "devbus-boot",
-       "devbus-cs0",
-       "devbus-cs1",
-       "devbus-cs2",
-       "devbus-cs3",
-};
-
 struct devbus_read_params {
        u32 bus_width;
        u32 badr_skew;