diff --git a/[refs] b/[refs] index f30f9cb8e3cb..618ca773ecc9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 65d8bac3df9516adb17ce9df94a955d3c2c85a51 +refs/heads/master: 353076fee81318d056c7a853b1bf6ad1f81d050d diff --git a/trunk/drivers/video/console/Makefile b/trunk/drivers/video/console/Makefile index 9b26dda18a38..ac46cc3f6a2a 100644 --- a/trunk/drivers/video/console/Makefile +++ b/trunk/drivers/video/console/Makefile @@ -47,7 +47,7 @@ targets := promcon_tbl.c quiet_cmd_conmakehash = CNMKHSH $@ cmd_conmakehash = scripts/conmakehash $< | \ sed -e '/\#include <[^>]*>/p' -e 's/types/init/' \ - -e 's/dfont\(_uni.*\]\)/promfont\1 __initdata/' > $@ + -e 's/dfont\(_uni.*\]\)/promfont\1 /' > $@ $(obj)/promcon_tbl.c: $(src)/prom.uni $(call cmd,conmakehash)