]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
media: atomisp: get rid of wrong stddef.h include
authorMauro Carvalho Chehab <mchehab@s-opensource.com>
Tue, 31 Oct 2017 14:53:51 +0000 (10:53 -0400)
committerMauro Carvalho Chehab <mchehab@s-opensource.com>
Wed, 1 Nov 2017 16:25:46 +0000 (12:25 -0400)
commit3708713fbf9b31f2241dca0519d80ebc247d272c
tree0afa75c2b12067aa103d95d3a99f2ae554861f22
parentfb5b78a5f660c8537f4e85ae1a613d37f1384bcd
media: atomisp: get rid of wrong stddef.h include

The places at atomisp.h that use stddef.h are wrong: the
types it needs are actually defined at linux/types.h. Also,
it causes lots of smatch warnings due to the redefinition of
ofsetof() macro:

/opt/gcc-7.1.0/x86/lib/gcc/x86_64-pc-linux-gnu/7.1.0/include/stddef.h:417:9: warning: preprocessor token offsetof redefined
./include/linux/stddef.h:16:9: this was the original definition

Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Acked-by: Sakari Ailus <sakari.ailus@iki.fi>
drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_common/host/dma.c
drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_include/host/hmem_public.h
drivers/staging/media/atomisp/pci/atomisp2/css2400/hive_isp_css_include/type_support.h