Skip to content

Commit

Permalink
drivers - boot: [FIX] add missing header for isspace
Browse files Browse the repository at this point in the history
  • Loading branch information
martinspinler committed Jun 6, 2024
1 parent 6019ceb commit 4a203f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/kernel/drivers/nfb/boot/nfb-pmci.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@
#include <linux/seq_file.h>
#include <linux/slab.h>

#include <linux/ctype.h>

#include "boot.h"
#include "../nfb.h"
#include "../pci.h"
Expand Down

0 comments on commit 4a203f7

Please sign in to comment.