]> git.sur5r.net Git - u-boot/blobdiff - board/sandburst/metrobox/metrobox.h
Correct dependency rule to fix SPL build
[u-boot] / board / sandburst / metrobox / metrobox.h
index cb7a83ce32910763a0725367c415239e22bb3ca9..3f28f004423cdcaef20cc8d4b4943ccfbdbaa934 100644 (file)
@@ -40,6 +40,6 @@ typedef struct opto_fpga_regs_s {
        volatile unsigned long scrmask_ul;      /* Read/Write */
        volatile unsigned long control_ul;      /* Read/Write */
        volatile unsigned long boardinfo_ul;    /* Read Only  */
-} OPTO_FPGA_REGS_ST __attribute__ ((packed)), *OPTO_FPGA_REGS_PST;
+} __attribute__ ((packed)) OPTO_FPGA_REGS_ST , *OPTO_FPGA_REGS_PST;
 
 #endif /* __METROBOX_H__ */