• Oliver Neukum's avatar
    [PATCH] USB: use of __devinit in st5481 · f0e79582
    Oliver Neukum authored
    > But you CAN NOT mark the usb_device_id table as __devinitdata or
    > __initdata as that will be touched later on if a new USB device is
    > added, or if a new usb module is loaded.
    
    So these need to go.
    
      - remove __devinit from anything called from probe()
    f0e79582
st5481_b.c 8.96 KB