]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/irda/iriap.c
Merge branch 'master' of /home/sam/kernel/linux-2.6/
[mv-sheeva.git] / net / irda / iriap.c
index 254f9074690011a66e0382fbef5f65892e81b32e..a0472652a44e4318a9a5633e2ee9a337e079e0e9 100644 (file)
@@ -24,7 +24,6 @@
  *
  ********************************************************************/
 
-#include <linux/config.h>
 #include <linux/module.h>
 #include <linux/types.h>
 #include <linux/skbuff.h>
@@ -544,7 +543,8 @@ static void iriap_getvaluebyclass_response(struct iriap_cb *self,
 {
        struct sk_buff *tx_skb;
        int n;
-       __u32 tmp_be32, tmp_be16;
+       __u32 tmp_be32;
+       __be16 tmp_be16;
        __u8 *fp;
 
        IRDA_DEBUG(4, "%s()\n", __FUNCTION__);