mtd: Move major number definitions to major.h
This patch moves the char and block major number definitions to major.h to be with the rest of the major numbers. While doing this, include major.h in the files that need it. Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Brian Norris <computersforpeace@gmail.com>
This commit is contained in:
		
					parent
					
						
							
								33094c736c
							
						
					
				
			
			
				commit
				
					
						f83c3838b9
					
				
			
		
					 9 changed files with 9 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -54,6 +54,7 @@
 | 
			
		|||
#define ACSI_MAJOR		28
 | 
			
		||||
#define AZTECH_CDROM_MAJOR	29
 | 
			
		||||
#define FB_MAJOR		29   /* /dev/fb* framebuffers */
 | 
			
		||||
#define MTD_BLOCK_MAJOR		31
 | 
			
		||||
#define CM206_CDROM_MAJOR	32
 | 
			
		||||
#define IDE2_MAJOR		33
 | 
			
		||||
#define IDE3_MAJOR		34
 | 
			
		||||
| 
						 | 
				
			
			@ -105,6 +106,7 @@
 | 
			
		|||
#define IDE6_MAJOR		88
 | 
			
		||||
#define IDE7_MAJOR		89
 | 
			
		||||
#define IDE8_MAJOR		90
 | 
			
		||||
#define MTD_CHAR_MAJOR		90
 | 
			
		||||
#define IDE9_MAJOR		91
 | 
			
		||||
 | 
			
		||||
#define DASD_MAJOR		94
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue