mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
since kernel 4.10-rc1 .probe_new has been availble as a prototype. from kernel 6.3-rc2 the old prototype which included a i2c_device_id variable has now dropped this variable. update the AC200 patch to use .probe_new which will allow this patch to compile against kernels >= 4.10 in future - the patch can be updated to use .probe (but will loose compatibilty with kernels <= 6.3.) ref: - https://lore.kernel.org/lkml/1477413715-22894-7-git-send-email-kieran@bingham.xyz/ -03c835f498-b8a1a4cd5a