0162174e7e
Linux kernel commit torvalds/linux@b8a1a4cd5a added a temporary probe_new member to struct i2c_driver, to drop the rarely used second parameter of the probe function and not break API for out of tree drivers. With torvalds/linux@5eb1e6e459, which is part of v6.6, this probe_new member is dropped and the signature of the probe function is updated. ubnt-ledbar is used by the mediatek and ramips targets and both have been updated to v6.6, so adapt the probe function signature and remove other compat code for versions before v6.6. Signed-off-by: Sven Wegener <sven.wegener@stealer.net> Link: https://github.com/openwrt/openwrt/pull/15443 Signed-off-by: Robert Marko <robimarko@gmail.com> |
||
---|---|---|
.. | ||
src | ||
Makefile |