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 Sep 12, 2023
1 parent 35ccc9f commit dc46c79
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 dc46c79

Please sign in to comment.