]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/irda/iriap.c
namespaces: add the NAMESPACES config option
[linux-2.6-omap-h63xx.git] / net / irda / iriap.c
index a86a5d83786b349bb92e773ad8d70c0d6340fe49..390a790886ebbd3e6006dd3f0638b0d2c0fba46d 100644 (file)
@@ -579,7 +579,7 @@ static void iriap_getvaluebyclass_response(struct iriap_cb *self,
        fp[n++] = ret_code;
 
        /* Insert list length (MSB first) */
-       tmp_be16 = __constant_htons(0x0001);
+       tmp_be16 = htons(0x0001);
        memcpy(fp+n, &tmp_be16, 2);  n += 2;
 
        /* Insert object identifier ( MSB first) */