diff options
author | Cong Wang <xiyou.wangcong@gmail.com> | 2012-04-03 14:13:36 +0800 |
---|---|---|
committer | Philipp Reisner <philipp.reisner@linbit.com> | 2012-05-10 12:00:54 +0200 |
commit | bc4854bc91c9a7f117437215cd8b16a0a5671d93 (patch) | |
tree | 569927c0035f099665a4e76412cc090d96ba157b /include/linux/drbd.h | |
parent | f6d0a8dbfdce4b4f28fcb0f689c373874646f87c (diff) |
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