diff options
-rw-r--r-- | drivers/base/transport_class.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/base/transport_class.c b/drivers/base/transport_class.c index 84997efdb23d..f6c453c3816e 100644 --- a/drivers/base/transport_class.c +++ b/drivers/base/transport_class.c | |||
@@ -27,6 +27,7 @@ | |||
27 | * transport class is framed entirely in terms of generic devices to | 27 | * transport class is framed entirely in terms of generic devices to |
28 | * allow it to be used by any physical HBA in the system. | 28 | * allow it to be used by any physical HBA in the system. |
29 | */ | 29 | */ |
30 | #include <linux/export.h> | ||
30 | #include <linux/attribute_container.h> | 31 | #include <linux/attribute_container.h> |
31 | #include <linux/transport_class.h> | 32 | #include <linux/transport_class.h> |
32 | 33 | ||