summaryrefslogtreecommitdiffstats
path: root/drivers/staging/greybus/greybus_id.h
diff options
context:
space:
mode:
authorJohan Hovold <johan@hovoldconsulting.com>2015-11-21 10:52:00 +0100
committerGreg Kroah-Hartman <gregkh@google.com>2015-11-21 17:15:35 -0800
commit9784a591f00134c02d152d6d07c539a136db7c12 (patch)
tree86a5cf51ad141c66f8d60b09df268a8c93146e39 /drivers/staging/greybus/greybus_id.h
parent358e9400f41a74467380cef38a6797c1747f7b1a (diff)
downloadop-kernel-dev-9784a591f00134c02d152d6d07c539a136db7c12.zip
op-kernel-dev-9784a591f00134c02d152d6d07c539a136db7c12.tar.gz
greybus: remove unique-id matching
Remove unique-id matching as it does not make much sense to have a driver match a specific device serial number. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers/staging/greybus/greybus_id.h')
-rw-r--r--drivers/staging/greybus/greybus_id.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/greybus/greybus_id.h b/drivers/staging/greybus/greybus_id.h
index 8e76d42..68d2e95 100644
--- a/drivers/staging/greybus/greybus_id.h
+++ b/drivers/staging/greybus/greybus_id.h
@@ -14,7 +14,6 @@ struct greybus_bundle_id {
__u16 vendor;
__u16 product;
__u8 class;
- __u64 unique_id;
kernel_ulong_t driver_info __aligned(sizeof(kernel_ulong_t));
};
@@ -22,7 +21,6 @@ struct greybus_bundle_id {
/* Used to match the greybus_bundle_id */
#define GREYBUS_ID_MATCH_VENDOR BIT(0)
#define GREYBUS_ID_MATCH_PRODUCT BIT(1)
-#define GREYBUS_ID_MATCH_SERIAL BIT(2)
#define GREYBUS_ID_MATCH_CLASS BIT(3)
#endif /* __LINUX_GREYBUS_ID_H */
OpenPOWER on IntegriCloud