commit | e594a178123eb77a3238a73ca35fabc98dec3599 | [log] [tgz] |
---|---|---|
author | Michal Marek <mmarek@suse.com> | Wed Oct 14 10:35:23 2015 +0200 |
committer | Michal Marek <mmarek@suse.com> | Tue Jan 05 22:10:35 2016 +0100 |
tree | 0a290be08e280b5b5cfe48038de7a0c5b8608d24 | |
parent | d2fb5aeda926307e4d95e3e824146aee9943de59 [diff] |
aic7xxx: Avoid name collision with <linux/list.h> Rename the local definition of LIST_HEAD to BSD_LIST_HEAD. This fixes a ctags error if we apply the C rules to header files as well: ctags: Warning: drivers/scsi/aic7xxx/aic79xx.h:1072: null expansion of name pattern "\3" ctags: Warning: drivers/scsi/aic7xxx/aic7xxx.h:919: null expansion of name pattern "\3" Signed-off-by: Michal Marek <mmarek@suse.com>