media: atomisp: drop unused ATOMISP_ACC_FW_LOAD_* defines
authorHans de Goede <hdegoede@redhat.com>
Wed, 15 Jun 2022 20:50:21 +0000 (21:50 +0100)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Fri, 8 Jul 2022 15:22:54 +0000 (16:22 +0100)
Drop the ATOMISP_ACC_FW_LOAD_* defines, these are no longer used anywhere.

Link: https://lore.kernel.org/linux-media/20220615205037.16549-25-hdegoede@redhat.com
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/staging/media/atomisp/include/linux/atomisp.h

index bf8af139647de08a8dd39f136662e60c20362fd4..99348f677fa4e460003a6901151bdeb01948812f 100644 (file)
@@ -825,18 +825,6 @@ struct atomisp_s_runmode {
        __u32 mode;
 };
 
-#define ATOMISP_ACC_FW_LOAD_FL_PREVIEW         BIT(0)
-#define ATOMISP_ACC_FW_LOAD_FL_COPY            BIT(1)
-#define ATOMISP_ACC_FW_LOAD_FL_VIDEO           BIT(2)
-#define ATOMISP_ACC_FW_LOAD_FL_CAPTURE         BIT(3)
-#define ATOMISP_ACC_FW_LOAD_FL_ACC             BIT(4)
-#define ATOMISP_ACC_FW_LOAD_FL_ENABLE          BIT(16)
-
-#define ATOMISP_ACC_FW_LOAD_TYPE_NONE          0 /* Normal binary: don't use */
-#define ATOMISP_ACC_FW_LOAD_TYPE_OUTPUT                1 /* Stage on output */
-#define ATOMISP_ACC_FW_LOAD_TYPE_VIEWFINDER    2 /* Stage on viewfinder */
-#define ATOMISP_ACC_FW_LOAD_TYPE_STANDALONE    3 /* Stand-alone acceleration */
-
 #define ATOMISP_MAP_FLAG_NOFLUSH       0x0001  /* Do not flush cache */
 #define ATOMISP_MAP_FLAG_CACHED                0x0002  /* Enable cache */
 #define ATOMISP_MAP_FLAG_CLEARED       0x0004