Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4950cfec authored by Alan Cox's avatar Alan Cox Committed by Mauro Carvalho Chehab
Browse files

[media] atomisp: remove sh_css_irq - it contains nothing



We won't be adding abstractions or moving them here so kill it.

Signed-off-by: default avatarAlan Cox <alan@linux.intel.com>
Signed-off-by: default avatarHans Verkuil <hans.verkuil@cisco.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 29a323ea
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -108,7 +108,6 @@ atomisp-objs += \
	css2400/sh_css_metadata.o \
	css2400/sh_css_metadata.o \
	css2400/base/refcount/src/refcount.o \
	css2400/base/refcount/src/refcount.o \
	css2400/base/circbuf/src/circbuf.o \
	css2400/base/circbuf/src/circbuf.o \
	css2400/sh_css_irq.o \
	css2400/camera/pipe/src/pipe_binarydesc.o \
	css2400/camera/pipe/src/pipe_binarydesc.o \
	css2400/camera/pipe/src/pipe_util.o \
	css2400/camera/pipe/src/pipe_util.o \
	css2400/camera/pipe/src/pipe_stagedesc.o \
	css2400/camera/pipe/src/pipe_stagedesc.o \
+0 −16
Original line number Original line Diff line number Diff line
/*
 * 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.
 */

/* This file will contain the code to implement the functions declared in ia_css_irq.h
   and associated helper functions */