mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	android: binder: binderfs.c: removed asm-generic/errno-base.h
asm-generic/errno-base.h can be replaced by linux/errno.h and the file will still build correctly. It is an asm-generic file which should be avoided if possible. Suggested-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Tanzir Hasan <tanzirh@google.com> Acked-by: Carlos Llamas <cmllamas@google.com> Link: https://lore.kernel.org/r/20231226-binderfs-v1-1-66829e92b523@google.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
		
							parent
							
								
									2e9bf5cc91
								
							
						
					
					
						commit
						54ffdab820
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -29,7 +29,7 @@
 | 
				
			||||||
#include <linux/uaccess.h>
 | 
					#include <linux/uaccess.h>
 | 
				
			||||||
#include <linux/user_namespace.h>
 | 
					#include <linux/user_namespace.h>
 | 
				
			||||||
#include <linux/xarray.h>
 | 
					#include <linux/xarray.h>
 | 
				
			||||||
#include <uapi/asm-generic/errno-base.h>
 | 
					#include <linux/errno.h>
 | 
				
			||||||
#include <uapi/linux/android/binder.h>
 | 
					#include <uapi/linux/android/binder.h>
 | 
				
			||||||
#include <uapi/linux/android/binderfs.h>
 | 
					#include <uapi/linux/android/binderfs.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue