staging: most: remove proprietary kobjects
authorChristian Gromm <christian.gromm@microchip.com>
Tue, 21 Nov 2017 14:04:43 +0000 (15:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Nov 2017 08:20:34 +0000 (09:20 +0100)
commit4d5f022f3a664ee5987118b754058ff31df03835
tree2a95096b190dd0faa25854524e9dacd4d22ad659
parent2c22cdfb4e817a7be48419c3c7b1423ee8f5df38
staging: most: remove proprietary kobjects

This patch removes the proprietary kobjects used by the driver modules and
replaces them with device structs. The patch is needed to have the driver
being integrated into the kernel's device model.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/most/cdev/cdev.c
drivers/staging/most/core.c
drivers/staging/most/core.h
drivers/staging/most/dim2/dim2.c
drivers/staging/most/dim2/sysfs.c
drivers/staging/most/dim2/sysfs.h
drivers/staging/most/i2c/i2c.c
drivers/staging/most/net/net.c
drivers/staging/most/sound/sound.c
drivers/staging/most/usb/usb.c
drivers/staging/most/video/video.c