From: Greg Kroah-Hartman Date: Mon, 11 May 2009 21:16:57 +0000 (-0700) Subject: Driver core: move dev_get/set_drvdata to drivers/base/dd.c X-Git-Tag: v2.6.32-rc1~667^2~18 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4028437876866aba4747a655ede00f892089e14;p=pandora-kernel.git Driver core: move dev_get/set_drvdata to drivers/base/dd.c No one should directly access the driver_data field, so remove the field and make it private. We dynamically create the private field now if it is needed, to handle drivers that call get/set before they are registered with the driver core. Also update the copyright notices on these files while we are there. Cc: Kay Sievers Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed