Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 281977
b: refs/heads/master
c: ab17da5
h: refs/heads/master
i:
  281975: 1802085
v: v3
  • Loading branch information
Sam Ravnborg authored and David S. Miller committed Dec 27, 2011
1 parent 26f8a11 commit 752ba28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e1a8b69afd63f26f8e7be39e3bc78c4894cdb9fd
refs/heads/master: ab17da5cb9d4aaf9f04c706761d3a8024897bedd
4 changes: 2 additions & 2 deletions trunk/drivers/tty/serial/apbuart.c
Original file line number Diff line number Diff line change
Expand Up @@ -577,7 +577,7 @@ static int __devinit apbuart_probe(struct platform_device *op)
return 0;
}

static struct of_device_id __initdata apbuart_match[] = {
static struct of_device_id apbuart_match[] = {
{
.name = "GAISLER_APBUART",
},
Expand All @@ -597,7 +597,7 @@ static struct platform_driver grlib_apbuart_of_driver = {
};


static int grlib_apbuart_configure(void)
static int __init grlib_apbuart_configure(void)
{
struct device_node *np;
int line = 0;
Expand Down

0 comments on commit 752ba28

Please sign in to comment.