diff options
author | Mike Crowe <mac@mcrowe.com> | 2008-10-27 08:52:49 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-10-29 18:00:39 -0400 |
commit | 27f680adc65ca08bf72ed85d3a48d1ee70f77c7a (patch) | |
tree | eae098a2fec0075739eb1e74d5e8f44a284f4fb5 /Documentation/arm/empeg/mkdevs | |
parent | 9624dfe6165826745481cfa55b2ef21f3a43d89d (diff) |
[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 @@ | |||
1 | #!/bin/sh | ||
2 | mknod /dev/display c 244 0 | ||
3 | mknod /dev/ir c 242 0 | ||
4 | mknod /dev/usb0 c 243 0 | ||
5 | mknod /dev/audio c 245 4 | ||
6 | mknod /dev/dsp c 245 3 | ||
7 | mknod /dev/mixer c 245 0 | ||
8 | mknod /dev/empeg_state c 246 0 | ||
9 | mknod /dev/radio0 c 81 64 | ||
10 | ln -sf radio0 radio | ||
11 | ln -sf usb0 usb | ||