summaryrefslogtreecommitdiff
path: root/include/linux/drbd.h
diff options
context:
space:
mode:
authorCong Wang <xiyou.wangcong@gmail.com>2012-04-03 10:13:36 +0400
committerPhilipp Reisner <philipp.reisner@linbit.com>2012-05-10 14:00:54 +0400
commitbc4854bc91c9a7f117437215cd8b16a0a5671d93 (patch)
tree569927c0035f099665a4e76412cc090d96ba157b /include/linux/drbd.h
parentf6d0a8dbfdce4b4f28fcb0f689c373874646f87c (diff)
downloadlinux-bc4854bc91c9a7f117437215cd8b16a0a5671d93.tar.xz
drbd: check MODULE for THIS_MODULE
THIS_MODULE is NULL only when drbd is compiled as built-in, so the #ifdef CONFIG_MODULES should be #ifdef MODULE instead. This fixes the warning: drivers/block/drbd/drbd_main.c: In function ‘drbd_buildtag’: drivers/block/drbd/drbd_main.c:4187:24: warning: the comparison will always evaluate as ‘true’ for the address of ‘__this_module’ will never be NULL [-Waddress] Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com> Signed-off-by: Philipp Reisner <philipp.reisner@linbit.com> Signed-off-by: Lars Ellenberg <lars.ellenberg@linbit.com>
Diffstat (limited to 'include/linux/drbd.h')
0 files changed, 0 insertions, 0 deletions