9
0
Fork 0

console_simple: fix compiler warning

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Sascha Hauer 2011-12-07 13:05:54 +01:00
parent e629a53a14
commit 4430b1a6fc
1 changed files with 1 additions and 0 deletions

View File

@ -167,4 +167,5 @@ int console_register(struct console_device *newcdev)
int console_unregister(struct console_device *cdev)
{
return -EBUSY;
}