]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: sunxi: Remove init_machine callback
authorMaxime Ripard <maxime.ripard@free-electrons.com>
Wed, 7 May 2014 02:44:22 +0000 (21:44 -0500)
committerMaxime Ripard <maxime.ripard@free-electrons.com>
Fri, 23 May 2014 08:39:10 +0000 (10:39 +0200)
commit4b5628e934573af0313ac2c5a059ecaab1f54c93
tree61b1cc5df4c6d59d27421777c1042c2e1424ed05
parenteeb737442f969d1c9e2e14f83c775068c6de596c
ARM: sunxi: Remove init_machine callback

The init_machine hook is now at its default value. We can remove it.

Even though the sun4i and sun7i machines are nothing more than generic machines
now, leave them in so that we won't have to add them back if needed, and so
that the machine is still displayed in /proc/cpuinfo.

Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
arch/arm/mach-sunxi/sunxi.c