aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/root_dev.h
diff options
context:
space:
mode:
authorTony Lindgren <tony@atomide.com>2019-10-04 09:06:41 -0700
committerTony Lindgren <tony@atomide.com>2019-10-04 09:06:41 -0700
commit1913c7f3fc2514e09262baf2267a82dfdb215c39 (patch)
tree1aaf6970e99c1f5535776f9fd9067f0d811b2532 /include/linux/root_dev.h
parentARM: dts: am4372: Set memory bandwidth limit for DISPC (diff)
parentARM: omap2plus_defconfig: Fix selected panels after generic panel changes (diff)
Merge tag 'fix-missing-panels' into fixes
Diffstat (limited to 'include/linux/root_dev.h')
-rw-r--r--include/linux/root_dev.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/root_dev.h b/include/linux/root_dev.h
index bab671b0782f..4e78651371ba 100644
--- a/include/linux/root_dev.h
+++ b/include/linux/root_dev.h
@@ -8,6 +8,7 @@
enum {
Root_NFS = MKDEV(UNNAMED_MAJOR, 255),
+ Root_CIFS = MKDEV(UNNAMED_MAJOR, 254),
Root_RAM0 = MKDEV(RAMDISK_MAJOR, 0),
Root_RAM1 = MKDEV(RAMDISK_MAJOR, 1),
Root_FD0 = MKDEV(FLOPPY_MAJOR, 0),