]> git.karo-electronics.de Git - karo-tx-linux.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)
commit5e669ec583e2687d3512d965cf2e209095f70c62
tree61b1cc5df4c6d59d27421777c1042c2e1424ed05
parent553600502b84c79e7a7a13188350b0be4bdd2485
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