Skip to content

Commit

Permalink
net/irda/irnet/irnet_irda.c needs unaligned.h
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
akpm00 authored and torvalds committed May 15, 2008
1 parent 9ffee4c commit f7fd63c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions net/irda/irnet/irnet_irda.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f7fd63c

Please sign in to comment.