diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-08-21 07:10:50 (GMT) |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-08-22 03:59:30 (GMT) |
commit | 2c20d72aaadd41fdf0a3b6cb8514c2f7b7d263e4 (patch) | |
tree | a3ace87b1550dd709716b2f1269d84e78d320efb /fs/ntfs | |
parent | 8984e41d18a545320201950b8721e7ce3ac2a5e7 (diff) | |
download | linux-fsl-qoriq-2c20d72aaadd41fdf0a3b6cb8514c2f7b7d263e4.tar.xz |
[IRDA]: Avoid a label defined but not used warning in irda_init()
Easily avoidable compiler warnings bug me.
Building irmod without CONFIG_SYSCTL currently results in :
net/irda/irmod.c:132: warning: label 'out_err_2' defined but not used
But that can easily be avoided by simply moving the label inside
the existing "#ifdef CONFIG_SYSCTL" one line above it.
This patch moves the label and buys us one less warning with no
ill effects.
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'fs/ntfs')
0 files changed, 0 insertions, 0 deletions