diff options
| author | Greg Kroah-Hartman <[email protected]> | 2020-12-04 12:43:47 +0100 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-12-04 13:30:43 +0100 |
| commit | 7bbb79ff5f7499e0c5d65987458410e8099207d8 (patch) | |
| tree | 14bedca162b629252f4ae1ad86a5fcdfa4ec30d2 /include/linux | |
| parent | 7de3697e9cbd4bd3d62bafa249d57990e1b8f294 (diff) | |
driver core: auxiliary bus: move slab.h from include file
No need to include slab.h in include/linux/auxiliary_bus.h, as it is not
needed there. Move it to drivers/base/auxiliary.c instead.
Cc: Dan Williams <[email protected]>
Cc: Dave Ertman <[email protected]>
Cc: Fred Oh <[email protected]>
Cc: Kiran Patil <[email protected]>
Cc: Leon Romanovsky <[email protected]>
Cc: Martin Habets <[email protected]>
Cc: Parav Pandit <[email protected]>
Cc: Pierre-Louis Bossart <[email protected]>
Cc: Ranjani Sridharan <[email protected]>
Cc: Shiraz Saleem <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/auxiliary_bus.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/auxiliary_bus.h b/include/linux/auxiliary_bus.h index 282fbf7bf9af..3580743d0e8d 100644 --- a/include/linux/auxiliary_bus.h +++ b/include/linux/auxiliary_bus.h @@ -10,7 +10,6 @@ #include <linux/device.h> #include <linux/mod_devicetable.h> -#include <linux/slab.h> struct auxiliary_device { struct device dev; |