Commit f90e73ce authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab
Browse files

media: atomisp: get rid of system_types.h



This is just a wrapper for system_local.h.

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
parent 85b606e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
#define _IA_CSS_REFCOUNT_H_

#include <type_support.h>
#include <system_types.h>
#include <system_local.h>
#include <ia_css_err.h>
#include <ia_css_types.h>

+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@
#define IS_INPUT_SWITCH_VERSION2

#include <type_support.h>
#include <system_types.h>
#include <system_local.h>
#include "if_defs.h"
#include "str2mem_defs.h"
#include "input_switch_2400_defs.h"
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#ifndef __IRQ_GLOBAL_H_INCLUDED__
#define __IRQ_GLOBAL_H_INCLUDED__

#include <system_types.h>
#include <system_local.h>

#define IS_IRQ_VERSION_2
#define IS_IRQ_MAP_VERSION_2
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#ifndef __ISP_GLOBAL_H_INCLUDED__
#define __ISP_GLOBAL_H_INCLUDED__

#include <system_types.h>
#include <system_local.h>

#if defined(HAS_ISP_2401_MAMOIADA)
#define IS_ISP_2401_MAMOIADA
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@
#ifndef __SP_GLOBAL_H_INCLUDED__
#define __SP_GLOBAL_H_INCLUDED__

#include <system_types.h>
#include <system_local.h>

#if defined(HAS_SP_2401)
#define IS_SP_2401
Loading