summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dgnc/dgnc_tty.h
diff options
context:
space:
mode:
authorLidza Louina <lidza.louina@gmail.com>2013-09-09 15:01:22 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-09-17 07:47:43 -0700
commit03425f55a1604e969112257982fb910c1ce80f4f (patch)
tree8101a81eb0044df2eaf629630c0f9dee90be3adc /drivers/staging/dgnc/dgnc_tty.h
parent538118b94febf5582b7313dc52e13c55cc1bd5a5 (diff)
downloadop-kernel-dev-03425f55a1604e969112257982fb910c1ce80f4f.zip
op-kernel-dev-03425f55a1604e969112257982fb910c1ce80f4f.tar.gz
staging: dgnc: renames board_t to dgnc_board
This patch renames the struct board_t to dgnc_board. board_t wasn't a good name for it since the _t suffix is for typedefs. Signed-off-by: Lidza Louina <lidza.louina@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/dgnc/dgnc_tty.h')
-rw-r--r--drivers/staging/dgnc/dgnc_tty.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/dgnc/dgnc_tty.h b/drivers/staging/dgnc/dgnc_tty.h
index deb388d..9d1c284 100644
--- a/drivers/staging/dgnc/dgnc_tty.h
+++ b/drivers/staging/dgnc/dgnc_tty.h
@@ -24,13 +24,13 @@
#include "dgnc_driver.h"
-int dgnc_tty_register(struct board_t *brd);
+int dgnc_tty_register(struct dgnc_board *brd);
int dgnc_tty_preinit(void);
-int dgnc_tty_init(struct board_t *);
+int dgnc_tty_init(struct dgnc_board *);
void dgnc_tty_post_uninit(void);
-void dgnc_tty_uninit(struct board_t *);
+void dgnc_tty_uninit(struct dgnc_board *);
void dgnc_input(struct channel_t *ch);
void dgnc_carrier(struct channel_t *ch);
OpenPOWER on IntegriCloud