diff options
author | Tom Rini <trini@konsulko.com> | 2025-09-26 09:31:48 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2025-10-08 16:13:11 -0600 |
commit | 7781f1d832bbf9461b82d48301091b15fcf1be14 (patch) | |
tree | 8b9d8d6b11f177e517534f1ca18c7a782b9846be /cmd/blob.c | |
parent | 7c2e4487e449b4396531789f1df49ccb8c911952 (diff) |
w1-eeprom: Make use of static keyword in drivers
Both the ds24xxx and ds2502 have a family_supported array which is local
to the driver but was not marked as static. Mark this as static as both
best practice and to allow both to be built in "allyesconfig" for
example.
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd/blob.c')
0 files changed, 0 insertions, 0 deletions