Skip to content

Commit 473dcf0

Browse files
AlexGhitiarndb
authored andcommitted
Documentation, arch: Remove leftovers from raw device
Raw device interface was removed so remove all references to configs related to it. Fixes: 603e492 ("remove the raw driver") Signed-off-by: Alexandre Ghiti <alexandre.ghiti@canonical.com> Acked-by: Arnd Bergmann <arnd@arndb.de> [arch/arm/configs] Signed-off-by: Arnd Bergmann <arnd@arndb.de>
1 parent d58071a commit 473dcf0

5 files changed

Lines changed: 1 addition & 11 deletions

File tree

Documentation/admin-guide/devices.txt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2339,13 +2339,7 @@
23392339
disks (see major number 3) except that the limit on
23402340
partitions is 31.
23412341

2342-
162 char Raw block device interface
2343-
0 = /dev/rawctl Raw I/O control device
2344-
1 = /dev/raw/raw1 First raw I/O device
2345-
2 = /dev/raw/raw2 Second raw I/O device
2346-
...
2347-
max minor number of raw device is set by kernel config
2348-
MAX_RAW_DEVS or raw module parameter 'max_raw_devs'
2342+
162 char Used for (now removed) raw block device interface
23492343

23502344
163 char
23512345

arch/arm/configs/spear13xx_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@ CONFIG_SERIAL_AMBA_PL011=y
6161
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
6262
# CONFIG_HW_RANDOM is not set
6363
CONFIG_RAW_DRIVER=y
64-
CONFIG_MAX_RAW_DEVS=8192
6564
CONFIG_I2C=y
6665
CONFIG_I2C_DESIGNWARE_PLATFORM=y
6766
CONFIG_SPI=y

arch/arm/configs/spear3xx_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ CONFIG_SERIAL_AMBA_PL011=y
4141
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
4242
# CONFIG_HW_RANDOM is not set
4343
CONFIG_RAW_DRIVER=y
44-
CONFIG_MAX_RAW_DEVS=8192
4544
CONFIG_I2C=y
4645
CONFIG_I2C_DESIGNWARE_PLATFORM=y
4746
CONFIG_SPI=y

arch/arm/configs/spear6xx_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ CONFIG_INPUT_FF_MEMLESS=y
3636
CONFIG_SERIAL_AMBA_PL011=y
3737
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
3838
CONFIG_RAW_DRIVER=y
39-
CONFIG_MAX_RAW_DEVS=8192
4039
CONFIG_I2C=y
4140
CONFIG_I2C_DESIGNWARE_PLATFORM=y
4241
CONFIG_SPI=y

arch/powerpc/configs/pseries_defconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ CONFIG_HVCS=m
189189
CONFIG_VIRTIO_CONSOLE=m
190190
CONFIG_IBM_BSR=m
191191
CONFIG_RAW_DRIVER=y
192-
CONFIG_MAX_RAW_DEVS=1024
193192
CONFIG_I2C_CHARDEV=y
194193
CONFIG_FB=y
195194
CONFIG_FIRMWARE_EDID=y

0 commit comments

Comments
 (0)