projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3689f97
)
greybus: uart-gb: mark some functions static
author
Greg Kroah-Hartman
<greg@kroah.com>
Tue, 28 Oct 2014 01:49:33 +0000
(09:49 +0800)
committer
Greg Kroah-Hartman
<greg@kroah.com>
Tue, 28 Oct 2014 01:49:33 +0000
(09:49 +0800)
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/uart-gb.c
patch
|
blob
|
history
diff --git
a/drivers/staging/greybus/uart-gb.c
b/drivers/staging/greybus/uart-gb.c
index
370a78f
..
f88a301
100644
(file)
--- a/
drivers/staging/greybus/uart-gb.c
+++ b/
drivers/staging/greybus/uart-gb.c
@@
-390,7
+390,7
@@
static const struct tty_operations gb_ops = {
};
-int gb_uart_connection_init(struct gb_connection *connection)
+
static
int gb_uart_connection_init(struct gb_connection *connection)
{
struct gb_tty *gb_tty;
struct device *tty_dev;
@@
-444,7
+444,7
@@
error:
return retval;
}
-void gb_uart_connection_exit(struct gb_connection *connection)
+
static
void gb_uart_connection_exit(struct gb_connection *connection)
{
struct gb_tty *gb_tty = connection->private;
struct tty_struct *tty;