mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
amazon: fix section mismatch
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@31707 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -666,7 +666,7 @@ static struct uart_driver amazonasc_reg = {
|
||||
.cons = &amazonasc_console,
|
||||
};
|
||||
|
||||
static int __init amazon_asc_probe(struct platform_device *dev)
|
||||
static int amazon_asc_probe(struct platform_device *dev)
|
||||
{
|
||||
unsigned char res;
|
||||
uart_register_driver(&amazonasc_reg);
|
||||
|
||||
Reference in New Issue
Block a user