kernel: fallback-sprom: create separate header files
authorMieczyslaw Nalewaj <namiltd@yahoo.com>
Sun, 1 Dec 2024 18:17:13 +0000 (19:17 +0100)
committerRobert Marko <robimarko@gmail.com>
Sun, 8 Dec 2024 12:32:46 +0000 (13:32 +0100)
commit22d2aa65e87130a597e9f9c970bfece4232dba72
tree5e993357a069dcaff3af22d7a952da8dc93b566c
parent1b6f7ec6794233fbf7c1cf17dcee34053c08fa9c
kernel: fallback-sprom: create separate header files

Create a separate header files fallback-sprom.h
for BCMA and SSB Fallback SPROM Driver
to add function prototypes to fallback-sprom.c as well.
This prevents missing function prototype errors.

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
Link: https://github.com/openwrt/openwrt/pull/17138
Signed-off-by: Robert Marko <robimarko@gmail.com>
target/linux/generic/files/drivers/bcma/fallback-sprom.c
target/linux/generic/files/drivers/bcma/fallback-sprom.h [new file with mode: 0644]
target/linux/generic/files/drivers/ssb/fallback-sprom.c
target/linux/generic/files/drivers/ssb/fallback-sprom.h [new file with mode: 0644]
target/linux/generic/hack-6.6/810-bcma-ssb-fallback-sprom.patch