[SCSI] aic7xxx: teach aicasm to not emit unused debug code/data
[firefly-linux-kernel-4.4.55.git] / drivers / scsi / aic7xxx / aicasm / aicasm_symbol.h
index afc22e8b4903cfc3caf81290636e13293989fe70..05190c1a2fb779b880efbb2cc672b65da2058e4c 100644 (file)
@@ -128,6 +128,7 @@ typedef struct expression_info {
 typedef struct symbol {
        char    *name;
        symtype type;
+       int     count;
        union   {
                struct reg_info   *rinfo;
                struct field_info *finfo;