Skip to content

Commit fc69e9c

Browse files
Sakari Ailuscactus
authored andcommitted
atomisp2: Remove useless atomisp_resolution
BZ: 73876 struct atomisp_resolution is unused. Remove it. Change-Id: I5dbb93234a1cec06d7c7b0e35250a39e3874b893 Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Jukka Kaartinen <jukka.o.kaartinen@intel.com> Reviewed-on: http://android.intel.com:8080/87746 Reviewed-by: Ailus, Sakari <sakari.ailus@intel.com> Tested-by: Koski, Anttu <anttu.koski@intel.com> Reviewed-by: cactus <cactus@intel.com> Tested-by: cactus <cactus@intel.com> Former-commit-id: 3719c55
1 parent 68f14b2 commit fc69e9c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

drivers/media/video/atomisp2/atomisp_common.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ struct atomisp_format_bridge {
5454
unsigned char description[32]; /* the same as struct v4l2_fmtdesc */
5555
};
5656

57-
struct atomisp_resolution {
58-
u32 width;
59-
u32 height;
60-
};
61-
6257
struct atomisp_fmt {
6358
u32 pixelformat;
6459
u32 depth;

0 commit comments

Comments
 (0)