diff options
author | Mike Crowe <mac@mcrowe.com> | 2008-10-27 13:52:49 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-10-29 22:00:39 +0000 |
commit | 27f680adc65ca08bf72ed85d3a48d1ee70f77c7a (patch) | |
tree | eae098a2fec0075739eb1e74d5e8f44a284f4fb5 /Documentation/arm/empeg/mkdevs | |
parent | 9624dfe6165826745481cfa55b2ef21f3a43d89d (diff) | |
download | blackbird-op-linux-27f680adc65ca08bf72ed85d3a48d1ee70f77c7a.tar.gz blackbird-op-linux-27f680adc65ca08bf72ed85d3a48d1ee70f77c7a.zip |
[ARM] 5323/1: Remove outdated empeg documentation.
The documents aren't particularly useful anyway and the hardware in
question has never run anything newer than a v2.2.14 kernel to my
knowledge.
Signed-off-by: Mike Crowe <mac@mcrowe.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'Documentation/arm/empeg/mkdevs')
-rw-r--r-- | Documentation/arm/empeg/mkdevs | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Documentation/arm/empeg/mkdevs b/Documentation/arm/empeg/mkdevs deleted file mode 100644 index 7a85e28d14f3..000000000000 --- a/Documentation/arm/empeg/mkdevs +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -mknod /dev/display c 244 0 -mknod /dev/ir c 242 0 -mknod /dev/usb0 c 243 0 -mknod /dev/audio c 245 4 -mknod /dev/dsp c 245 3 -mknod /dev/mixer c 245 0 -mknod /dev/empeg_state c 246 0 -mknod /dev/radio0 c 81 64 -ln -sf radio0 radio -ln -sf usb0 usb |