Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e2ffa376 authored by Paul Gortmaker's avatar Paul Gortmaker
Browse files

uwb.h: fix implicit use of asm/page.h for PAGE_SIZE



Once we clean up the implicit presence of module.h (and all its
sub-includes), we'll see an implicit dependency on page.h for
the PAGE_SIZE define.  So fix it in advance.

Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 246359d3
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -33,6 +33,7 @@
#include <linux/wait.h>
#include <linux/wait.h>
#include <linux/workqueue.h>
#include <linux/workqueue.h>
#include <linux/uwb/spec.h>
#include <linux/uwb/spec.h>
#include <asm/page.h>


struct uwb_dev;
struct uwb_dev;
struct uwb_beca_e;
struct uwb_beca_e;