commit | 14b5842ebf552d242b0238f70d0730a564065fb0 | [log] [tgz] |
---|---|---|
author | Tobias Klauser <tklauser@distanz.ch> | Fri Mar 16 23:31:25 2012 -0700 |
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | Fri Mar 16 23:34:00 2012 -0700 |
tree | 511a82c07295410626fca3b0fcb1b6fbcc197e90 | |
parent | 4a53383565e340254479ce4d47bc181884ddf6c3 [diff] |
Input: altera_ps2 - use of_match_ptr() Instead of having to define the match table to NULL if CONFIG_OF isn't set, use the of_match_ptr() macro which will do this for us. Signed-off-by: Tobias Klauser <tklauser@distanz.ch> Signed-off-by: Dmitry Torokhov <dtor@mail.ru>