Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: atomisp: drop empty files

There's nothing inside such files. Just drop them.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>

-72
-4
drivers/staging/media/atomisp/Makefile
··· 27 27 pci/sh_css_firmware.o \ 28 28 pci/sh_css_host_data.o \ 29 29 pci/sh_css_hrt.o \ 30 - pci/sh_css_metadata.o \ 31 30 pci/sh_css_metrics.o \ 32 31 pci/sh_css_mipi.o \ 33 32 pci/sh_css_mmu.o \ 34 - pci/sh_css_morph.o \ 35 33 pci/sh_css.o \ 36 34 pci/sh_css_param_dvs.o \ 37 35 pci/sh_css_param_shading.o \ 38 36 pci/sh_css_params.o \ 39 37 pci/sh_css_properties.o \ 40 - pci/sh_css_shading.o \ 41 38 pci/sh_css_sp.o \ 42 39 pci/sh_css_stream_format.o \ 43 - pci/sh_css_stream.o \ 44 40 pci/sh_css_version.o \ 45 41 pci/base/circbuf/src/circbuf.o \ 46 42 pci/base/refcount/src/refcount.o \
-17
drivers/staging/media/atomisp/pci/sh_css_metadata.c
··· 1 - // SPDX-License-Identifier: GPL-2.0 2 - /* 3 - * Support for Intel Camera Imaging ISP subsystem. 4 - * Copyright (c) 2015, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - */ 15 - 16 - /* This file will contain the code to implement the functions declared in ia_css_metadata.h 17 - and associated helper functions */
-17
drivers/staging/media/atomisp/pci/sh_css_morph.c
··· 1 - // SPDX-License-Identifier: GPL-2.0 2 - /* 3 - * Support for Intel Camera Imaging ISP subsystem. 4 - * Copyright (c) 2015, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - */ 15 - 16 - /* This file will contain the code to implement the functions declared in ia_css_morph.h 17 - and associated helper functions */
-17
drivers/staging/media/atomisp/pci/sh_css_shading.c
··· 1 - // SPDX-License-Identifier: GPL-2.0 2 - /* 3 - * Support for Intel Camera Imaging ISP subsystem. 4 - * Copyright (c) 2015, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - */ 15 - 16 - /* This file will contain the code to implement the functions declared in ia_css_shading.h 17 - and associated helper functions */
-17
drivers/staging/media/atomisp/pci/sh_css_stream.c
··· 1 - // SPDX-License-Identifier: GPL-2.0 2 - /* 3 - * Support for Intel Camera Imaging ISP subsystem. 4 - * Copyright (c) 2015, Intel Corporation. 5 - * 6 - * This program is free software; you can redistribute it and/or modify it 7 - * under the terms and conditions of the GNU General Public License, 8 - * version 2, as published by the Free Software Foundation. 9 - * 10 - * This program is distributed in the hope it will be useful, but WITHOUT 11 - * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 12 - * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for 13 - * more details. 14 - */ 15 - 16 - /* This file will contain the code to implement the functions declared in ia_css_stream.h 17 - and associated helper functions */