OFS / linux-dfl-backport

Backport version of the linux-dfl (Device Feature List) kernel driver for FPGA devices. This is an out-of-tree driver, designed to be built, packaged, and installed as a stand-alone set of driver modules.
GNU General Public License v2.0
3 stars 11 forks source link

net: phy: qsfp-mem: fix warnings about missing prototypes #136

Closed pcolberg closed 3 months ago

pcolberg commented 3 months ago

sysfs callback methods should be declared static to limit visibility, since these are not called directly but through function pointers.