This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / drivers / s390 / net / iucv.h
index 1983302..5c0b29a 100644 (file)
@@ -63,7 +63,7 @@
                debug_event(iucv_dbf_##name,level,(void*)(addr),len); \
        } while (0)
 
-DECLARE_PER_CPU(char[256], iucv_dbf_txt_buf);
+extern DEFINE_PER_CPU(char[256], iucv_dbf_txt_buf);
 
 #define IUCV_DBF_TEXT_(name,level,text...)                             \
        do {                                                            \
@@ -231,10 +231,7 @@ typedef struct {
        uchar iptype;
        u32 ipmsgid;
        u32 iptrgcls;
-       union u2 {
-               u32 iprmmsg1_u32;
-               uchar iprmmsg1[4];
-       } ln1msg1;
+       uchar iprmmsg1[4];
        union u1 {
                u32 ipbfln1f;
                uchar iprmmsg2[4];