]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - include/linux/bcma/bcma.h
bcma: add the core unit number
[mirror_ubuntu-bionic-kernel.git] / include / linux / bcma / bcma.h
index f4b8346b1a331f90fc9f29431b84b9176e4e6acb..024a6e2a90835b9f0032a7ca6ee3a227d992e628 100644 (file)
@@ -136,6 +136,7 @@ struct bcma_device {
        bool dev_registered;
 
        u8 core_index;
+       u8 core_unit;
 
        u32 addr;
        u32 wrap;
@@ -162,7 +163,7 @@ struct bcma_driver {
 
        int (*probe)(struct bcma_device *dev);
        void (*remove)(struct bcma_device *dev);
-       int (*suspend)(struct bcma_device *dev, pm_message_t state);
+       int (*suspend)(struct bcma_device *dev);
        int (*resume)(struct bcma_device *dev);
        void (*shutdown)(struct bcma_device *dev);