lib: Remove unused <stdlib.h> and use <types.h> when appropriate
Unused <stdlib.h> found using:
diff <(git grep -l '#include <stdlib.h>' -- src/) <(git grep -l 'memalign(\|malloc(\|calloc(\|free(' -- src/)
Change-Id: I5ad171679cbfa67d522bd1105fb58e0f84b9cb89
Signed-off-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/60621
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Martin L Roth <martinroth@google.com>
			
			
This commit is contained in:
		
				
					committed by
					
						
						Martin L Roth
					
				
			
			
				
	
			
			
			
						parent
						
							c31db09a92
						
					
				
				
					commit
					93a195c80f
				
			@@ -4,9 +4,9 @@
 | 
			
		||||
#include <bootmem.h>
 | 
			
		||||
#include <cbmem.h>
 | 
			
		||||
#include <device/resource.h>
 | 
			
		||||
#include <stdlib.h>
 | 
			
		||||
#include <symbols.h>
 | 
			
		||||
#include <assert.h>
 | 
			
		||||
#include <types.h>
 | 
			
		||||
 | 
			
		||||
static int initialized;
 | 
			
		||||
static int table_written;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user