mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-01 03:44:27 -04:00
media: atomisp: Remove empty isys_public.h
isys_public.h is empty, remove it. Link: https://lore.kernel.org/r/20230715170906.3627-1-hdegoede@redhat.com Signed-off-by: Hans de Goede <hdegoede@redhat.com> Reviewed-by: Kate Hsuan <hpa@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
This commit is contained in:
committed by
Mauro Carvalho Chehab
parent
16fb1d5b2b
commit
b70fbcd650
@@ -1,19 +0,0 @@
|
||||
/* SPDX-License-Identifier: GPL-2.0 */
|
||||
/*
|
||||
* Support for Intel Camera Imaging ISP subsystem.
|
||||
* Copyright (c) 2015, Intel Corporation.
|
||||
*
|
||||
* This program is free software; you can redistribute it and/or modify it
|
||||
* under the terms and conditions of the GNU General Public License,
|
||||
* version 2, as published by the Free Software Foundation.
|
||||
*
|
||||
* This program is distributed in the hope it will be useful, but WITHOUT
|
||||
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|
||||
* more details.
|
||||
*/
|
||||
|
||||
#ifndef __ISYS_PUBLIC_H_INCLUDED__
|
||||
#define __ISYS_PUBLIC_H_INCLUDED__
|
||||
|
||||
#endif /* __ISYS_PUBLIC_H_INCLUDED__ */
|
||||
@@ -17,7 +17,6 @@
|
||||
#define __INPUT_SYSTEM_2400_PUBLIC_H_INCLUDED__
|
||||
|
||||
#include <type_support.h>
|
||||
#include "isys_public.h"
|
||||
|
||||
typedef struct receiver_state_s receiver_state_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user