staging: most: move core files
authorChristian Gromm <christian.gromm@microchip.com>
Tue, 21 Nov 2017 14:04:35 +0000 (15:04 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Nov 2017 08:20:33 +0000 (09:20 +0100)
commit057301cd972e44fa97b4834d9421878fe5edc059
tree86fbe36e5e507f5880e3963955f3d91dfa4b6f3e
parentc1dcb35bf18e8644f9487f5cd15e15fdd0bf1142
staging: most: move core files

This patch moves the core files to the root dir of the driver.
This is needed to clean up the directory layout.

Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
22 files changed:
drivers/staging/most/Kconfig
drivers/staging/most/Makefile
drivers/staging/most/aim-cdev/Makefile
drivers/staging/most/aim-cdev/cdev.c
drivers/staging/most/aim-network/Makefile
drivers/staging/most/aim-network/networking.c
drivers/staging/most/aim-sound/Makefile
drivers/staging/most/aim-sound/sound.c
drivers/staging/most/aim-v4l2/Makefile
drivers/staging/most/aim-v4l2/video.c
drivers/staging/most/core.c [new file with mode: 0644]
drivers/staging/most/core.h [new file with mode: 0644]
drivers/staging/most/hdm-dim2/Makefile
drivers/staging/most/hdm-dim2/dim2_hdm.c
drivers/staging/most/hdm-i2c/Makefile
drivers/staging/most/hdm-i2c/hdm_i2c.c
drivers/staging/most/hdm-usb/Makefile
drivers/staging/most/hdm-usb/hdm_usb.c
drivers/staging/most/mostcore/Kconfig [deleted file]
drivers/staging/most/mostcore/Makefile [deleted file]
drivers/staging/most/mostcore/core.c [deleted file]
drivers/staging/most/mostcore/mostcore.h [deleted file]