aic7xxx: Avoid name collision with <linux/list.h>
authorMichal Marek <mmarek@suse.com>
Wed, 14 Oct 2015 08:35:23 +0000 (10:35 +0200)
committerMichal Marek <mmarek@suse.com>
Tue, 5 Jan 2016 21:10:35 +0000 (22:10 +0100)
commite594a178123eb77a3238a73ca35fabc98dec3599
tree0a290be08e280b5b5cfe48038de7a0c5b8608d24
parentd2fb5aeda926307e4d95e3e824146aee9943de59
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>
drivers/scsi/aic7xxx/aic79xx.h
drivers/scsi/aic7xxx/aic79xx_osm.h
drivers/scsi/aic7xxx/aic7xxx.h
drivers/scsi/aic7xxx/aic7xxx_osm.h
drivers/scsi/aic7xxx/queue.h
This page took 0.026968 seconds and 5 git commands to generate.