Skip to content

Commit

Permalink
video: fbdev: fix ls2k500sfb.c on 6.9
Browse files Browse the repository at this point in the history
Declare multiple functions as static functions to suppress warnings about
missing prototypes.

Signed-off-by: Mingcong Bai <[email protected]>
  • Loading branch information
MingcongBai committed Jul 2, 2024
1 parent 5c093d3 commit d739eca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/video/fbdev/ls2k500sfb.c
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ static void ls2k500sfb_events_fn(struct work_struct *work)
priv->running = 0;
}

irqreturn_t ls2k500sfb_interrupt(int irq, void *arg)
static irqreturn_t ls2k500sfb_interrupt(int irq, void *arg)
{
struct ls2k500sfb_struct *priv = arg;
struct pci_dev *pdev = priv->dev;
Expand Down

0 comments on commit d739eca

Please sign in to comment.