forked from Ivasoft/openwrt
ar7: remove unneeded packed and array initialization
SVN-Revision: 10752
This commit is contained in:
@@ -68,7 +68,7 @@ struct vlynq_regs {
|
||||
u32 autonego;
|
||||
u32 unused[6];
|
||||
u32 int_device[8];
|
||||
} __attribute__ ((packed));
|
||||
};
|
||||
|
||||
#define vlynq_reg_read(reg) readl(&(reg))
|
||||
#define vlynq_reg_write(reg, val) writel(val, &(reg))
|
||||
|
||||
Reference in New Issue
Block a user