diff options
| author | Russ Weight <russell.h.weight@intel.com> | 2022-04-26 23:03:56 +0300 |
|---|---|---|
| committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2022-04-29 17:49:44 +0300 |
| commit | f8ae07f4b8bfde0f33761e1a1aaee45a4e85e9d6 (patch) | |
| tree | a238615559e762c67ca081de8f7f3f18ca39b7eb /drivers/base/firmware_loader/sysfs.c | |
| parent | bc187f6f8d12568413656e2e5b0d51a001e21915 (diff) | |
| download | linux-f8ae07f4b8bfde0f33761e1a1aaee45a4e85e9d6.tar.xz | |
firmware_loader: Move definitions from sysfs_upload.h to sysfs.h
Move definitions required by sysfs.c from sysfs_upload.h to sysfs.h so
that sysfs.c does not need to include sysfs_upload.h.
Signed-off-by: Russ Weight <russell.h.weight@intel.com>
Link: https://lore.kernel.org/r/20220426200356.126085-3-russell.h.weight@intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/base/firmware_loader/sysfs.c')
| -rw-r--r-- | drivers/base/firmware_loader/sysfs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/base/firmware_loader/sysfs.c b/drivers/base/firmware_loader/sysfs.c index eb7d9322a56e..5b0b85b70b6f 100644 --- a/drivers/base/firmware_loader/sysfs.c +++ b/drivers/base/firmware_loader/sysfs.c @@ -7,7 +7,6 @@ #include <linux/types.h> #include "sysfs.h" -#include "sysfs_upload.h" /* * sysfs support for firmware loader |
