staging: gasket: remove GASKET_SYSFS_REG()
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 13 Jul 2018 08:29:02 +0000 (10:29 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Jul 2018 07:17:24 +0000 (09:17 +0200)
In an attempt to start to clean up the monstrosity of the sysfs abuse in
the gasket driver, let's remove code that is not used at all.  The
GASKET_SYSFS_REG() macro is never used, so delete it.

Cc: Rob Springer <rspringer@google.com>
Cc: John Joseph <jnjoseph@google.com>
Cc: Ben Chan <benchan@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/gasket/gasket_sysfs.h

index 40db5a0..0949cda 100644 (file)
@@ -78,15 +78,6 @@ struct gasket_sysfs_attribute {
                .attr = __ATTR(_name, S_IRUGO, _show_function, NULL),          \
                .data.attr_type = _attr_type                                   \
        }
-#define GASKET_SYSFS_REG(_name, _offset, _bar)                                 \
-       {                                                                      \
-               .attr = __ATTR(_name, S_IRUGO, gasket_sysfs_register_show,     \
-                       NULL),                                                 \
-               .data.bar_address = {                                          \
-                       .bar = _bar,                                           \
-                       .offset = _offset                                      \
-               }                                                              \
-       }
 
 /* Initializes the Gasket sysfs subsystem.
  *