]> Git Repo - linux.git/commitdiff
net/irda/irnet/irnet_irda.c needs unaligned.h
authorAndrew Morton <[email protected]>
Wed, 14 May 2008 23:05:59 +0000 (16:05 -0700)
committerLinus Torvalds <[email protected]>
Thu, 15 May 2008 02:11:15 +0000 (19:11 -0700)
net/irda/irnet/irnet_irda.c: In function 'irnet_discovery_indication':
net/irda/irnet/irnet_irda.c:1676: error: implicit declaration of function 'get_unaligned'

Signed-off-by: Andrew Morton <[email protected]>
Acked-by: David S. Miller <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
net/irda/irnet/irnet_irda.c

index a3ec0026cdb2703b4e034a2b93751676beb521cc..cf9a4b531a98f5d73386cb7f8d2c7db3837239cf 100644 (file)
@@ -10,6 +10,7 @@
 
 #include "irnet_irda.h"                /* Private header */
 #include <linux/seq_file.h>
+#include <asm/unaligned.h>
 
 /*
  * PPP disconnect work: we need to make sure we're in
This page took 0.06622 seconds and 4 git commands to generate.