From: Dmitry Torokhov Date: Thu, 15 Sep 2005 07:01:36 +0000 (-0500) Subject: [PATCH] Driver core: pass interface to class interface methods X-Git-Tag: v2.6.15-rc1~732^2^2~4^2~37 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8539d81aeee4dbdc0624a798321e822fb2df7ae;p=pandora-kernel.git [PATCH] Driver core: pass interface to class interface methods Driver core: pass interface to class intreface methods Pass interface as argument to add() and remove() class interface methods. This way a subsystem can implement generic add/remove handlers and then call interface-specific ones. Signed-off-by: Dmitry Torokhov Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed