Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'arm-soc/for-5.14/drivers' of https://github.com/Broadcom/stblinux into arm/drivers

This pull request contains Broadcom SoCs drivers changes for 5.14,
please pull the following:

- Jiapeng removes an unused variable in the Broadcom STB BIU driver
causing an unused warning.

* tag 'arm-soc/for-5.14/drivers' of https://github.com/Broadcom/stblinux:
soc: bcm: brcmstb: remove unused variable 'brcmstb_machine_match'

Link: https://lore.kernel.org/r/20210610194836.309869-3-f.fainelli@gmail.com
Signed-off-by: Olof Johansson <olof@lixom.net>

-5
-5
drivers/soc/bcm/brcmstb/common.c
··· 14 14 static u32 family_id; 15 15 static u32 product_id; 16 16 17 - static const struct of_device_id brcmstb_machine_match[] = { 18 - { .compatible = "brcm,brcmstb", }, 19 - { } 20 - }; 21 - 22 17 u32 brcmstb_get_family_id(void) 23 18 { 24 19 return family_id;