mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 02:30:34 +02:00 
			
		
		
		
	ACPI: proc: Remove dead ACPICA debug code
Remove the not used ACPICA debug code _COMPONENT and ACPI_MODULE_NAME() which were not used even when proc.c was introduced. Signed-off-by: Hanjun Guo <guohanjun@huawei.com> [ rjw: Subject edit ] Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
		
							parent
							
								
									be690f3ed1
								
							
						
					
					
						commit
						d93b767e8c
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		| 
						 | 
					@ -10,15 +10,11 @@
 | 
				
			||||||
#include "sleep.h"
 | 
					#include "sleep.h"
 | 
				
			||||||
#include "internal.h"
 | 
					#include "internal.h"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define _COMPONENT		ACPI_SYSTEM_COMPONENT
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
/*
 | 
					/*
 | 
				
			||||||
 * this file provides support for:
 | 
					 * this file provides support for:
 | 
				
			||||||
 * /proc/acpi/wakeup
 | 
					 * /proc/acpi/wakeup
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ACPI_MODULE_NAME("sleep")
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
static int
 | 
					static int
 | 
				
			||||||
acpi_system_wakeup_device_seq_show(struct seq_file *seq, void *offset)
 | 
					acpi_system_wakeup_device_seq_show(struct seq_file *seq, void *offset)
 | 
				
			||||||
{
 | 
					{
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue