• Vaibhav Gupta's avatar
    kernel: spec-core: definition of 'struct platform_device_id' no longer… · 4350e3c7
    Vaibhav Gupta authored
    kernel: spec-core: definition of 'struct platform_device_id' no longer extractable from 'linux/platform_device.h'
    
    The 'struct platform_device_id' is defined in 'linux/mod_devicetable.h';
    this header was #include in 'linux/platform_device.h'. Hence, using the
    latter header-file was enough. But in linux-v4.18 at
    
    commit ac3167257b9fe16c9426c2087ead1c9f1b0992b1 ("headers: separate
    linux/mod_devicetable.h from linux/platform_device.h")
    
    the former was no more included in the latter. Thus, we need to do it
    explicitly.
    
    Since this change makes no difference if this driver is compiled against
    Kernel version less than v4.18, we do not need any conditional
    directives.
    Signed-off-by: 's avatarVaibhav Gupta <vaibhav.gupta@cern.ch>
    4350e3c7
Name
Last commit
Last update
LICENSES Loading commit data...
hardware Loading commit data...
hdl Loading commit data...
legacy Loading commit data...
software Loading commit data...
.gitmodules Loading commit data...
CHANGELOG.rst Loading commit data...
Manifest.py Loading commit data...
README.md Loading commit data...