tty: use of_match_ptr() for of_match_table entry
authorBen Dooks <ben-linux@fluff.org>
Wed, 3 Aug 2011 09:11:43 +0000 (10:11 +0100)
committerGrant Likely <grant.likely@secretlab.ca>
Fri, 30 Sep 2011 01:31:48 +0000 (19:31 -0600)
commit85888069cf5d0f21312e3ee730458a5e3a553509
treecc5a7d07524c0f200e671749efea663a991c2f58
parent3a1e362e3f3cd571b3974b8d44b8e358ec7a098c
tty: use of_match_ptr() for of_match_table entry

Use the new of_match_ptr() macro for the of_match_table
pointer entry to avoid having to #dfine match NULL

Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
drivers/tty/serial/altera_jtaguart.c
drivers/tty/serial/altera_uart.c
drivers/tty/serial/uartlite.c