mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	[IA64] Nail two more simple section mismatch errors
pcibios_setup (between 'pci_setup' and 'quirk_mellanox_tavor') setup_profiling_timer (between 'write_profile' and 'delayed_put_task_struct') Signed-off-by: Tony Luck <tony.luck@intel.com>
This commit is contained in:
		
							parent
							
								
									9d6f40b86b
								
							
						
					
					
						commit
						cb2e0912f7
					
				
					 2 changed files with 2 additions and 2 deletions
				
			
		|  | @ -468,7 +468,7 @@ smp_send_stop (void) | |||
| 	send_IPI_allbutself(IPI_CPU_STOP); | ||||
| } | ||||
| 
 | ||||
| int __init | ||||
| int | ||||
| setup_profiling_timer (unsigned int multiplier) | ||||
| { | ||||
| 	return -EINVAL; | ||||
|  |  | |||
|  | @ -581,7 +581,7 @@ pcibios_align_resource (void *data, struct resource *res, | |||
| /*
 | ||||
|  * PCI BIOS setup, always defaults to SAL interface | ||||
|  */ | ||||
| char * __init | ||||
| char * __devinit | ||||
| pcibios_setup (char *str) | ||||
| { | ||||
| 	return str; | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Tony Luck
						Tony Luck