video: Removed unused macro
Signed-off-by: Paul Kocialkowski <paul.kocialkowski@bootlin.com>
This commit is contained in:
@@ -27,8 +27,6 @@
|
|||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
|
||||||
#define ALIGN(x, y) ((x + (y - 1)) & ~(y - 1))
|
|
||||||
|
|
||||||
struct video_format {
|
struct video_format {
|
||||||
char *description;
|
char *description;
|
||||||
unsigned int v4l2_format;
|
unsigned int v4l2_format;
|
||||||
|
|||||||
Reference in New Issue
Block a user