mirror of
https://github.com/FEX-Emu/linux.git
synced 2025-02-04 18:18:54 +00:00
drm/bridge: ptn3460: Fix sparse warnings
The ptn3460_bridge_attach symbol is never used outside this file, so it should be static. Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
parent
8a7d56b371
commit
df1d3069a4
@ -265,7 +265,7 @@ static struct drm_connector_funcs ptn3460_connector_funcs = {
|
||||
.destroy = ptn3460_connector_destroy,
|
||||
};
|
||||
|
||||
int ptn3460_bridge_attach(struct drm_bridge *bridge)
|
||||
static int ptn3460_bridge_attach(struct drm_bridge *bridge)
|
||||
{
|
||||
struct ptn3460_bridge *ptn_bridge = bridge_to_ptn3460(bridge);
|
||||
int ret;
|
||||
|
Loading…
x
Reference in New Issue
Block a user