diff options
Diffstat (limited to 'common/edid.c')
-rw-r--r-- | common/edid.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/edid.c b/common/edid.c index 556c4e3434b..48a737690db 100644 --- a/common/edid.c +++ b/common/edid.c @@ -9,7 +9,6 @@ * Copyright (C) Nalin Dahyabhai <bigfun@pobox.com> */ -#include <common.h> #include <edid.h> #include <errno.h> #include <fdtdec.h> @@ -269,7 +268,6 @@ int edid_get_timing(u8 *buf, int buf_size, struct display_timing *timing, panel_bits_per_colourp, NULL, NULL); } - /** * Snip the tailing whitespace/return of a string. * |