Skip to content

Commit 9468811

Browse files
committed
media: atomisp: use just one mamoiada_params.h
As both isp2400 and isp2401 files are identical, remove one of them and remove the test for ISP variant. Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 55b0d4d commit 9468811

File tree

3 files changed

+1
-216
lines changed

3 files changed

+1
-216
lines changed

drivers/staging/media/atomisp/pci/hive_isp_css_common/isp_global.h

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,7 @@
1818

1919
#include <system_local.h>
2020

21-
#ifdef ISP2401
22-
#include "isp2401_mamoiada_params.h"
23-
#else
24-
#include "isp2400_mamoiada_params.h"
25-
#endif
21+
#include "mamoiada_params.h"
2622

2723
#define ISP_PMEM_WIDTH_LOG2 ISP_LOG2_PMEM_WIDTH
2824
#define ISP_PMEM_SIZE ISP_PMEM_DEPTH

drivers/staging/media/atomisp/pci/isp2401_mamoiada_params.h

Lines changed: 0 additions & 211 deletions
This file was deleted.

0 commit comments

Comments
 (0)