kernel: modules: drop 'AddDepends/bluetooth' calls
Function 'AddDepends/bluetooth' doesn't exist in our codebase.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
(cherry picked from commit 173198e35a)
			
			
This commit is contained in:
		
				
					committed by
					
						
						Hauke Mehrtens
					
				
			
			
				
	
			
			
			
						parent
						
							d18e365b17
						
					
				
				
					commit
					66c075c5d2
				
			@@ -71,7 +71,6 @@ define KernelPackage/ath3k
 | 
				
			|||||||
  KCONFIG:= \
 | 
					  KCONFIG:= \
 | 
				
			||||||
	CONFIG_BT_ATH3K \
 | 
						CONFIG_BT_ATH3K \
 | 
				
			||||||
	CONFIG_BT_HCIUART_ATH3K=y
 | 
						CONFIG_BT_HCIUART_ATH3K=y
 | 
				
			||||||
  $(call AddDepends/bluetooth)
 | 
					 | 
				
			||||||
  FILES:= \
 | 
					  FILES:= \
 | 
				
			||||||
	$(LINUX_DIR)/drivers/bluetooth/ath3k.ko
 | 
						$(LINUX_DIR)/drivers/bluetooth/ath3k.ko
 | 
				
			||||||
  AUTOLOAD:=$(call AutoProbe,ath3k)
 | 
					  AUTOLOAD:=$(call AutoProbe,ath3k)
 | 
				
			||||||
@@ -107,7 +106,6 @@ define KernelPackage/btmrvl
 | 
				
			|||||||
  KCONFIG:= \
 | 
					  KCONFIG:= \
 | 
				
			||||||
	CONFIG_BT_MRVL \
 | 
						CONFIG_BT_MRVL \
 | 
				
			||||||
	CONFIG_BT_MRVL_SDIO
 | 
						CONFIG_BT_MRVL_SDIO
 | 
				
			||||||
  $(call AddDepends/bluetooth)
 | 
					 | 
				
			||||||
  FILES:= \
 | 
					  FILES:= \
 | 
				
			||||||
	$(LINUX_DIR)/drivers/bluetooth/btmrvl.ko \
 | 
						$(LINUX_DIR)/drivers/bluetooth/btmrvl.ko \
 | 
				
			||||||
	$(LINUX_DIR)/drivers/bluetooth/btmrvl_sdio.ko
 | 
						$(LINUX_DIR)/drivers/bluetooth/btmrvl_sdio.ko
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user