From: Paolo 'Blaisorblade' Giarrusso Date: Wed, 22 Jun 2005 00:16:24 +0000 (-0700) Subject: [PATCH] uml: make hw_controller_type->release exist only for archs needing it X-Git-Tag: v2.6.13-rc1~68^2~582^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b77d6adc922b8bbf8b16b67f567958c42962cf88;p=pandora-kernel.git [PATCH] uml: make hw_controller_type->release exist only for archs needing it With Chris Wedgwood As suggested by Chris, we can make the "just added" method ->release conditional to UML only (better: to archs requesting it, i.e. only UML currently), so that other archs don't get this unneeded crud, and if UML won't need it any more we can kill this. Signed-off-by: Paolo 'Blaisorblade' Giarrusso CC: Ingo Molnar Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed