mirror of
				https://kernel.googlesource.com/pub/scm/linux/kernel/git/stable/linux-stable.git
				synced 2025-11-01 01:17:13 +10:00 
			
		
		
		
	drivers/base: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required.
Most of these files were implicitly getting EXPORT_SYMBOL via device.h which was including module.h, but that path will be broken soon. [ with input from Stephen Rothwell <sfr@canb.auug.org.au> ] Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
This commit is contained in:
		
							parent
							
								
									bff7832dd6
								
							
						
					
					
						commit
						1b6bc32f0a
					
				| @ -8,6 +8,7 @@ | ||||
|  */ | ||||
| 
 | ||||
| #include <linux/dma-mapping.h> | ||||
| #include <linux/export.h> | ||||
| #include <linux/gfp.h> | ||||
| 
 | ||||
| /*
 | ||||
|  | ||||
| @ -10,6 +10,7 @@ | ||||
| 
 | ||||
| #include <linux/kobject.h> | ||||
| #include <linux/device.h> | ||||
| #include <linux/export.h> | ||||
| #include "base.h" | ||||
| 
 | ||||
| struct kobject *hypervisor_kobj; | ||||
|  | ||||
| @ -8,6 +8,7 @@ | ||||
| 
 | ||||
| #include <linux/pm.h> | ||||
| #include <linux/pm_runtime.h> | ||||
| #include <linux/export.h> | ||||
| 
 | ||||
| #ifdef CONFIG_PM_RUNTIME | ||||
| /**
 | ||||
|  | ||||
| @ -19,6 +19,7 @@ | ||||
| 
 | ||||
| #include <linux/device.h> | ||||
| #include <linux/kallsyms.h> | ||||
| #include <linux/export.h> | ||||
| #include <linux/mutex.h> | ||||
| #include <linux/pm.h> | ||||
| #include <linux/pm_runtime.h> | ||||
|  | ||||
| @ -39,6 +39,7 @@ | ||||
| #include <linux/slab.h> | ||||
| #include <linux/device.h> | ||||
| #include <linux/mutex.h> | ||||
| #include <linux/export.h> | ||||
| 
 | ||||
| 
 | ||||
| static DEFINE_MUTEX(dev_pm_qos_mtx); | ||||
|  | ||||
| @ -8,6 +8,7 @@ | ||||
|  */ | ||||
| 
 | ||||
| #include <linux/sched.h> | ||||
| #include <linux/export.h> | ||||
| #include <linux/pm_runtime.h> | ||||
| #include <trace/events/rpm.h> | ||||
| #include "power.h" | ||||
|  | ||||
| @ -4,6 +4,7 @@ | ||||
| 
 | ||||
| #include <linux/device.h> | ||||
| #include <linux/string.h> | ||||
| #include <linux/export.h> | ||||
| #include <linux/pm_runtime.h> | ||||
| #include <linux/atomic.h> | ||||
| #include <linux/jiffies.h> | ||||
|  | ||||
| @ -8,6 +8,7 @@ | ||||
|  */ | ||||
| 
 | ||||
| #include <linux/resume-trace.h> | ||||
| #include <linux/export.h> | ||||
| #include <linux/rtc.h> | ||||
| 
 | ||||
| #include <asm/rtc.h> | ||||
|  | ||||
| @ -10,6 +10,7 @@ | ||||
| #include <linux/slab.h> | ||||
| #include <linux/sched.h> | ||||
| #include <linux/capability.h> | ||||
| #include <linux/export.h> | ||||
| #include <linux/suspend.h> | ||||
| #include <linux/seq_file.h> | ||||
| #include <linux/debugfs.h> | ||||
|  | ||||
| @ -11,6 +11,7 @@ | ||||
|  */ | ||||
| 
 | ||||
| #include <linux/slab.h> | ||||
| #include <linux/export.h> | ||||
| #include <trace/events/regmap.h> | ||||
| #include <linux/bsearch.h> | ||||
| #include <linux/sort.h> | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user