summaryrefslogtreecommitdiffstats
path: root/include/ns16550.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2013-07-22 21:35:20 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2013-07-23 08:28:31 +0200
commit38438d4a0f27e6fc8637819bc47ec00a87cefab6 (patch)
treed08835bb37996ebae8e4641d5c68df26f7d98faf /include/ns16550.h
parent25c9ecfa828e117427136478a9bae7deb233d790 (diff)
downloadbarebox-38438d4a0f27e6fc8637819bc47ec00a87cefab6.tar.gz
barebox-38438d4a0f27e6fc8637819bc47ec00a87cefab6.tar.xz
serial: ns16550: remove f_caps from platform_data
So far no user had the need to set the flags, so just remove them from platform data. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'include/ns16550.h')
-rw-r--r--include/ns16550.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/ns16550.h b/include/ns16550.h
index 27cb4cf101..36aa5ffae5 100644
--- a/include/ns16550.h
+++ b/include/ns16550.h
@@ -33,10 +33,6 @@
struct NS16550_plat {
/** Clock speed */
unsigned int clock;
- /** Console capabilities:
- * CONSOLE_STDIN | CONSOLE_STDOUT | CONSOLE_STDERR @see console.h
- */
- unsigned char f_caps;
/**
* register read access capability
*/