]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
[POWERPC] ibmebus: Remove bus match/probe/remove functions
authorJoachim Fenkes <fenkes@de.ibm.com>
Wed, 26 Sep 2007 09:44:57 +0000 (19:44 +1000)
committerPaul Mackerras <paulus@samba.org>
Wed, 17 Oct 2007 12:30:08 +0000 (22:30 +1000)
commita988c0a627ee654b4d692570572567aec06c3e13
tree3884603dbbc6b82e1a5b6b9e7a8e3476bdaf84c7
parentfec738dd48bd33743c12cebe1bf954e487756231
[POWERPC] ibmebus: Remove bus match/probe/remove functions

Remove old code that will be replaced by rewritten and shorter functions in
the next patch.  Keep struct ibmebus_dev and struct ibmebus_driver for now,
but replace ibmebus_{,un}register_driver() by dummy functions.  This way, the
kernel will still compile and run during the transition and git bisect will
be happy.

Signed-off-by: Joachim Fenkes <fenkes@de.ibm.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Paul Mackerras <paulus@samba.org>
arch/powerpc/kernel/ibmebus.c