dect
/
linux-2.6
Archived
13
0
Fork 0

Blackfin arch: flags of UART3 mem resource is missing

Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
This commit is contained in:
Sonic Zhang 2008-10-09 13:55:33 +08:00 committed by Bryan Wu
parent 27707d3e43
commit 8606801b03
1 changed files with 1 additions and 0 deletions

View File

@ -172,6 +172,7 @@ static struct resource bfin_uart_resources[] = {
{
.start = 0xFFC03100,
.end = 0xFFC031FF,
.flags = IORESOURCE_MEM,
},
#endif
};