Skip to content

Commit

Permalink
libfdt: remove duplicate include
Browse files Browse the repository at this point in the history
Signed-off-by: Axel Heider <[email protected]>
  • Loading branch information
Axel Heider committed Feb 19, 2024
1 parent 84f198c commit fc619d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libfdt/fdtget.c
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@

#include <libfdt.h>

#include <ctype.h>


#define FALIGN(x, a) (((x) + ((a) - 1)) & ~((a) - 1))
#define PALIGN(p, a) ((void *)(FALIGN((unsigned long)(p), (a))))
Expand Down

0 comments on commit fc619d9

Please sign in to comment.