mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 08:44:41 +00:00 
			
		
		
		
	drivers: gpu: Mark function as static in qxl_kms.c
Mark function qxl_device_init() as static in drm/qxl/qxl_kms.c because it is not used outside this file. This eliminates the following warning in drm/qxl/qxl_kms.c: drivers/gpu/drm/qxl/qxl_kms.c:118:5: warning: no previous prototype for ‘qxl_device_init’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria <rashika.kheria@gmail.com> Reviewed-by: Josh Triplett <josh@joshtriplett.org> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
		
							parent
							
								
									06a8c6509a
								
							
						
					
					
						commit
						0662e4c2c2
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -115,7 +115,7 @@ static void qxl_gc_work(struct work_struct *work) | |||
| 	qxl_garbage_collect(qdev); | ||||
| } | ||||
| 
 | ||||
| int qxl_device_init(struct qxl_device *qdev, | ||||
| static int qxl_device_init(struct qxl_device *qdev, | ||||
| 		    struct drm_device *ddev, | ||||
| 		    struct pci_dev *pdev, | ||||
| 		    unsigned long flags) | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Rashika
						Rashika