linux/drivers/staging/media
Paul Gortmaker 4064771da8 staging/media: make atomisp vlv2_plat_clock explicitly non-modular
The Makefile / Kconfig currently controlling compilation of this code is:

clock/Makefile:obj-$(CONFIG_INTEL_ATOMISP)     += vlv2_plat_clock.o

atomisp/Kconfig:menuconfig INTEL_ATOMISP
atomisp/Kconfig:        bool "Enable support to Intel MIPI camera drivers"

...meaning that it currently is not being built as a module by anyone.

Lets remove the modular code that is essentially orphaned, so that
when reading the driver there is no doubt it is builtin-only.

Since module_init was already not in use by this driver, the init
ordering remains unchanged with this commit.

Also note that MODULE_DEVICE_TABLE is a no-op for non-modular code.

We also delete the MODULE_LICENSE tag etc. since all that information
is already contained at the top of the file in the comments.

Cc: Mauro Carvalho Chehab <mchehab@kernel.org>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Alan Cox <alan@linux.intel.com>
Cc: linux-media@vger.kernel.org
Cc: devel@driverdev.osuosl.org
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2017-04-18 13:27:15 +02:00
..
atomisp staging/media: make atomisp vlv2_plat_clock explicitly non-modular 2017-04-18 13:27:15 +02:00
bcm2048 Staging: media: bcm2048: Fixed coding style issue. 2017-02-12 13:55:28 -08:00
cxd2099 staging: cxd2099: Remove redundant code 2017-03-09 18:15:08 +01:00
davinci_vpfe Staging: media: Unmap and release region obtained by ioremap_nocache 2017-03-21 08:52:29 +01:00
lirc Staging: media: lirc - style fix 2017-03-14 06:03:50 +08:00
omap4iss [media] v4l: omap4iss: Clean up file handle in open() and release() 2017-01-31 11:50:06 -02:00
s5p-cec [media] staging/media/s5p-cec/exynos_hdmi_cecctrl.c Fixed blank line before closing brace '}' 2017-01-30 15:48:54 -02:00
st-cec [media] cec: pass parent device in register(), not allocate() 2016-11-29 12:07:17 -02:00
Kconfig staging/atomisp: Add support for the Intel IPU v2 2017-03-06 09:39:54 +01:00
Makefile staging/atomisp: Add support for the Intel IPU v2 2017-03-06 09:39:54 +01:00