forked from mirrors/linux
		
	ACPI: Remove unused extern declaration acpi_paddr_to_node()
This is never used since commit 1e3590e2e4 ("[PATCH] pgdat allocation
for new node add (get node id by acpi)").
Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
			
			
This commit is contained in:
		
							parent
							
								
									fc001b36e5
								
							
						
					
					
						commit
						588b51ddc7
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		| 
						 | 
					@ -477,8 +477,6 @@ static inline int acpi_get_node(acpi_handle handle)
 | 
				
			||||||
	return 0;
 | 
						return 0;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
extern int acpi_paddr_to_node(u64 start_addr, u64 size);
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
extern int pnpacpi_disabled;
 | 
					extern int pnpacpi_disabled;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define PXM_INVAL	(-1)
 | 
					#define PXM_INVAL	(-1)
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue