]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit6541be6f46364701aef8326b1277cbf90ea57288
tree316c05b4531b8961c59338088642b02e3cccfbd7
parentc7159d98e98d24b79af3ee6759b380c8527d3ca5
[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