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

Commit 88de09f3 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

Need to include smp.h for the definition of smp_processor_id().

parent cce812c9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

#include <linux/config.h>
#include <linux/param.h>

#include <linux/smp.h>
#include <asm/compiler.h>

static inline void __delay(unsigned long loops)