diff options
author | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-12-08 02:19:10 +0100 |
---|---|---|
committer | Javier Martinez Canillas <martinez.javier@gmail.com> | 2010-12-08 02:19:10 +0100 |
commit | 699997a47110067a1ea63df6d690178f97b5b83d (patch) | |
tree | 82e59cfb6ef127572dbdbcefd6f7aca65cb5d225 | |
parent | 1bb8afec9331bf1f0c06747326bce169cc6d4fe5 (diff) | |
download | ldd3-699997a47110067a1ea63df6d690178f97b5b83d.tar.gz |
shorprint: Replace <asm/semaphore.h> to <linux/semaphore.h>
-rw-r--r-- | shortprint/shortprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shortprint/shortprint.c b/shortprint/shortprint.c index 8004731..e0cffd1 100644 --- a/shortprint/shortprint.c +++ b/shortprint/shortprint.c @@ -31,7 +31,7 @@ #include <linux/poll.h> #include <asm/io.h> -#include <asm/semaphore.h> +#include <linux/semaphore.h> #include <asm/atomic.h> #include "shortprint.h" |