aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/Makefile
diff options
context:
space:
mode:
authorJames Bottomley <James.Bottomley@suse.de>2011-01-23 08:19:00 -0600
committerJames Bottomley <James.Bottomley@suse.de>2011-01-24 12:05:38 -0600
commit96db6fa992570bfa46da8428fa466ee6b18e39d6 (patch)
treee0a4a7ce562ba967850bad259b4952a738f0093f /drivers/scsi/libsas/Makefile
parent75c0b3867b3d3ed17142888cd4f334fbee20e3f7 (diff)
downloadkernel_samsung_smdk4412-96db6fa992570bfa46da8428fa466ee6b18e39d6.zip
kernel_samsung_smdk4412-96db6fa992570bfa46da8428fa466ee6b18e39d6.tar.gz
kernel_samsung_smdk4412-96db6fa992570bfa46da8428fa466ee6b18e39d6.tar.bz2
[SCSI] libsas: convert to standard kernel debugging
Instead of using a config option for debugging, just dump the messages with KERN_DEBUG. Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'drivers/scsi/libsas/Makefile')
-rw-r--r--drivers/scsi/libsas/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/scsi/libsas/Makefile b/drivers/scsi/libsas/Makefile
index 1ad1323..566a100 100644
--- a/drivers/scsi/libsas/Makefile
+++ b/drivers/scsi/libsas/Makefile
@@ -21,10 +21,6 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA
-ifeq ($(CONFIG_SCSI_SAS_LIBSAS_DEBUG),y)
- EXTRA_CFLAGS += -DSAS_DEBUG
-endif
-
obj-$(CONFIG_SCSI_SAS_LIBSAS) += libsas.o
libsas-y += sas_init.o \
sas_phy.o \