OSDN Git Service

[PATCH] s390, ccw - export modalias
authorBastian Blank <bastian@waldi.eu.org>
Sun, 30 Oct 2005 23:00:12 +0000 (15:00 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Mon, 31 Oct 2005 01:37:16 +0000 (17:37 -0800)
commitf1fc78a8c7f3a784b9fd1e07cc1438a0ea569555
tree316c05b4531b8961c59338088642b02e3cccfbd7
parent1e8e338325fa0f2bd5c1c800086e900cf188d2cd
[PATCH] s390, ccw - export modalias

This patch exports modalias for ccw devices.

So you can do:
  modprobe `echo /sys/device/path_to_device/modalias`
and the proper driver will automatically be loaded by userspace.

Signed-off-by: Bastian Blank <waldi@debian.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/s390/cio/device.c