driver-core: make __device_attach() static
authorDmitry Torokhov <dmitry.torokhov@gmail.com>
Wed, 20 May 2015 23:36:31 +0000 (16:36 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 24 May 2015 19:28:30 +0000 (12:28 -0700)
commit802a87fd5be9cac1d05879bcdae2620e46b0dbe6
treee726e5174d9cf92180b65fa2813069674938f3df
parentdc7dfcd838985947ee1a66cdaa41c4968404e0ed
driver-core: make __device_attach() static

It is only used within dd.c and thus need not be global.

Reported-by: kbuild test robot <fengguang.wu@intel.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/base/dd.c