From: Kumar Abhishek <[email protected]> Signed-off-by: Kumar Abhishek <[email protected]> --- drivers/remoteproc/pru_rproc.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/drivers/remoteproc/pru_rproc.c b/drivers/remoteproc/pru_rproc.c index ff8e541..402f2ef 100644 --- a/drivers/remoteproc/pru_rproc.c +++ b/drivers/remoteproc/pru_rproc.c @@ -34,6 +34,7 @@ #include "remoteproc_internal.h" +#include <linux/miscdevice.h> #include "beaglelogic_glue.h" /* PRU_EVTOUT0 is halt (system call) */ -- 1.9.1 -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
