commit | eb0778bd3c1d4d29ffb7e13739463855d92965df | [log] [tgz] |
---|---|---|
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | Fri Jan 07 11:57:59 2011 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Jan 11 12:07:52 2011 +0900 |
tree | 008c10d65e88932a2625d672a476a7d0f8c85cc4 | |
parent | c7321d6f88e1f962d605923a93f9c255e4d0b8c9 [diff] |
fbdev: sh_mobile_hdmi: framebuffer notifiers have to be registered A previous patch added a framebuffer notifier to sh_mobile_hdmi.c, but did not register it with the framebuffer core. This patch adds such a registration and moves the notifier block into dynamically allocated per-device private data. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Signed-off-by: Paul Mundt <lethal@linux-sh.org>