Masahiro Yamada
97139d4a6f
treewide: remove redundant #include <linux/kconfig.h>
...
Kernel source files need not include <linux/kconfig.h> explicitly
because the top Makefile forces to include it with:
-include $(srctree)/include/linux/kconfig.h
This commit removes explicit includes except the following:
* arch/s390/include/asm/facilities_src.h
* tools/testing/radix-tree/linux/kernel.h
These two are used for host programs.
Link: http://lkml.kernel.org/r/1473656164-11929-1-git-send-email-yamada.masahiro@socionext.com
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com >
Signed-off-by: Andrew Morton <akpm@linux-foundation.org >
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org >
2016-10-11 15:06:33 -07:00
Julia Lawall
9c5e44a076
[media] drivers/media/usb/dvb-usb-v2: constify mxl111sf_demod_config structure
...
The mxl111sf_demod_config structure is never modified, so declare it
as const.
Done with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr >
Reviewed-by: Michael Ira Krufky <mkrufky@linuxtv.org >
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com >
2015-11-19 11:20:18 -02:00
Hans Verkuil
215cedec37
[media] media: remove emacs editor variables
...
1) This is not allowed by the kernel coding style
2) Just configure your editor correctly
3) It's really ugly
Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com >
Acked-by: Sakari Ailus <sakari.ailus@linux.intel.com >
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com >
2014-12-22 17:52:20 -02:00
Michael Krufky
08e1097266
[media] update Michael Krufky's email address
...
I am no longer available at the kernellabs.com or m1k.net email
addresses. Update each instance of my email to my linuxtv.org
account.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org >
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com >
2014-02-04 06:34:21 -02:00
Mauro Carvalho Chehab
028c70ff42
[media] dvb-usb/dvb-usb-v2: use IS_ENABLED
...
Instead of checking everywhere there for 3 symbols, use instead
IS_ENABLED macro.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com >
2013-03-23 09:33:30 -03:00
Mauro Carvalho Chehab
786baecfe7
[media] dvb-usb: move it to drivers/media/usb/dvb-usb
...
As media/dvb will be removed, move it to a proper place.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com >
2012-08-13 23:26:31 -03:00