From 3051fa617a3bb753185341a2040eaa454a54669e Mon Sep 17 00:00:00 2001 From: Hariprasad Shenai Date: Fri, 30 Jan 2015 08:49:27 +0530 Subject: [PATCH] cxgb4: Remove preprocessor check for CONFIG_CXGB4_DCB In commit dc9daab226aa ("cxgb4: Added support in debugfs to dump sge_qinfo") a preprocessor check for CONFIG_CXGB4_DCB got added, which should have been CONFIG_CHELSIO_T4_DCB. After adding the right preprocessor, build fails due to missing function ethqset2pinfo. Fixing that as well. V2: Updated description since the patch also fixes build failure Reported-by: Paul Bolle Signed-off-by: Hariprasad Shenai Signed-off-by: David S. Miller --- Reading git-format-patch failed