• R
    driver core: fix build for CONFIG_BLOCK not enabled · ead454fe
    Randy Dunlap 提交于
    Fix build errors when CONFIG_BLOCK is not enabled:
    
    drivers/base/core.c: In function 'get_device_parent':
    drivers/base/core.c:634: error: 'block_class' undeclared (first use in this function)
    drivers/base/core.c: In function 'device_add_class_symlinks':
    drivers/base/core.c:723: error: 'block_class' undeclared (first use in this function)
    drivers/base/core.c: In function 'device_remove_class_symlinks':
    drivers/base/core.c:751: error: 'block_class' undeclared (first use in this function)
    Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
    Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
    ead454fe
core.c 43.5 KB