[PATCH] serial: ns16550: Remove unused fields from NS16550_plat structure
Alexander Shiyan
shc_work at mail.ru
Thu Oct 30 03:32:31 PDT 2014
Signed-off-by: Alexander Shiyan <shc_work at mail.ru>
---
include/ns16550.h | 3 ---
1 file changed, 3 deletions(-)
diff --git a/include/ns16550.h b/include/ns16550.h
index 876bb04..ccf950b 100644
--- a/include/ns16550.h
+++ b/include/ns16550.h
@@ -34,9 +34,6 @@ struct NS16550_plat {
/** Clock speed */
unsigned int clock;
int shift;
- unsigned int flags;
- int mmio;
-#define NS16650_FLAG_DISABLE_FIFO 1
};
#endif /* __NS16650_PLATFORM_H_ */
--
2.0.4
More information about the barebox
mailing list