[PATCH] NVMe: Call nvme_pci_disable on error path of nvme_probe_work

2016-11-01 Thread Rashika Kheria
90 [] SyS_write+0x51/0xb0 [] entry_SYSCALL_64_fastpath+0x12/0x71 Cc: sta...@vger.kernel.org # 4.4.y Cc: Jens Axboe Cc: Keith Busch Cc: Gabriel Krisman Bertazi Cc: linux-n...@lists.infradead.org Fixes: d5537e988eec ("NVMe: Don't unmap controller registers on reset") Signed-off-by

[PATCH 55/55] scsi: Mark functions as static in bfa/bfad_bsg.c

2014-03-29 Thread Rashika Kheria
Mark functions as static in bfa/bfad_bsg.c because they are not used outside this file. This eliminates the following type of warnings in bfa/bfad_bsg.c: drivers/scsi/bfa/bfad_bsg.c:26:1: warning: no previous prototype for ‘bfad_iocmd_ioc_enable’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 54/55] scsi: Add prototype declaration to header file ufs/ufshcd.h

2014-03-29 Thread Rashika Kheria
/ufshcd.c:2790:5: warning: no previous prototype for ‘ufshcd_resume’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/ufs/ufshcd.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/scsi/ufs/ufshcd.h b/drivers/scsi/ufs/ufshcd.h index

[PATCH 53/55] scsi: Mark functions as static in ufs/ufshcd.c

2014-03-29 Thread Rashika Kheria
: no previous prototype for ‘ufshcd_uic_change_pwr_mode’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/ufs/ufshcd.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/ufs/ufshcd.c b/drivers/scsi/ufs/ufshcd.c

[PATCH 52/55] scsi: Move prototype declaration to header file megaraid/megaraid_sas.h from megaraid/megaraid_sas_fusion.c

2014-03-29 Thread Rashika Kheria
prototype for ‘get_updated_dev_handle’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/megaraid/megaraid_sas.h|3 +++ drivers/scsi/megaraid/megaraid_sas_fusion.c |2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a

[PATCH 51/55] scsi: Move prototype declaration to header file megaraid/megaraid_sas_fusion.h from megaraid/megaraid_sas_base.c

2014-03-29 Thread Rashika Kheria
:1: warning: no previous prototype for ‘megasas_release_fusion’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/megaraid/megaraid_sas_base.c | 13 - drivers/scsi/megaraid/megaraid_sas_fusion.h | 14 ++ 2 files changed

[PATCH 50/55] scsi: Mark function and macro definition as static in be2iscsi/be_main.c

2014-03-29 Thread Rashika Kheria
:5181:6: warning: no previous prototype for ‘beiscsi_hba_attrs_init’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/be2iscsi/be_main.c | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/scsi/be2iscsi

[PATCH 49/55] scsi: Move prototype declaration to header file scsi_priv.h from scsi_scan.c

2014-03-29 Thread Rashika Kheria
] drivers/scsi/scsi_lib.c:2266:6: warning: no previous prototype for ‘scsi_evt_thread’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/scsi_priv.h |2 ++ drivers/scsi/scsi_scan.c |2 -- 2 files changed, 2 insertions(+), 2 deletions

[PATCH 48/55] scsi: Mark function as static in scsi_debug.c

2014-03-29 Thread Rashika Kheria
Mark function as static in scsi_debug.c because it is not used outside this file. This eliminates the following warning in scsi_debug.c: drivers/scsi/scsi_debug.c:1910:6: warning: no previous prototype for ‘dump_sector’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh

[PATCH 47/55] scsi: Mark functions as static in scsi/pmcraid.c

2014-03-29 Thread Rashika Kheria
: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/pmcraid.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/scsi/pmcraid.c b/drivers/scsi/pmcraid.c index be8ce54..3570982 100644 --- a/drivers/scsi/pmcraid.c +++ b/drivers/scsi/pmcraid.c @@ -346,7

[PATCH 46/55] scsi: Mark functions as static in gdth.c

2014-03-29 Thread Rashika Kheria
‘option_setup’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/gdth.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/gdth.c b/drivers/scsi/gdth.c index ce5ef01..8015f1b 100644 --- a/drivers/scsi/gdth.c

[PATCH 45/55] scsi: Mark funtion as static in hpsa.c

2014-03-29 Thread Rashika Kheria
Mark function as static in hpsa.c because it is not used outside this file. This eliminates the following warning in hpsa.c: drivers/scsi/hpsa.c:1925:5: warning: no previous prototype for ‘figure_lunaddrbytes’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett

[PATCH 44/55] scsi: Mark function as static in scsi/libiscsi.c

2014-03-29 Thread Rashika Kheria
’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/libiscsi.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/scsi/libiscsi.c b/drivers/scsi/libiscsi.c index 4046241..3afc7b6 100644 --- a/drivers/scsi/libiscsi.c +++ b

[PATCH 43/55] scsi: Mark function as static in scsi_transport_iscsi.c

2014-03-29 Thread Rashika Kheria
otype for ‘iscsi_is_flashnode_conn_dev’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/scsi_transport_iscsi.c |3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/scsi/scsi_transport_iscsi.c b/drivers

[PATCH 42/55] scsi: Mark function as static in scsi_transport_fc.c

2014-03-29 Thread Rashika Kheria
Mark function as static in scsi_transport_fc.c because it is not used outside this file. This eliminates the following warning in scsi_transport_fc.c: drivers/scsi/scsi_transport_fc.c:2025:5: warning: no previous prototype for ‘scsi_is_fc_vport’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 41/55] scsi: Mark functions as static in qla2xxx/qla_nx2.c

2014-03-29 Thread Rashika Kheria
.c:1517:1: warning: no previous prototype for ‘qla8044_set_rst_ready’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/qla2xxx/qla_nx2.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx/qla_nx2.c b

[PATCH 40/55] scsi: Mark function as static in qla2xxx/qla_nx.c

2014-03-29 Thread Rashika Kheria
Mark function as static in qla2xxx/qla_nx.c because it is not used outside this file. This eliminates the following warning in qla2xxx/qla_nx.c: drivers/scsi/qla2xxx/qla_nx.c:2292:1: warning: no previous prototype for ‘qla82xx_set_idc_version’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 39/55] scsi: Mark functions as static in qla2xxx/qla_iocb.c

2014-03-29 Thread Rashika Kheria
/qla_iocb.c:734:1: warning: no previous prototype for ‘qla24xx_build_scsi_iocbs’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/qla2xxx/qla_iocb.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/qla2xxx

[PATCH 38/55] scsi: Mark function as static in qla2xxx/qla_bsg.c

2014-03-29 Thread Rashika Kheria
Mark function as static in qla2xxx/qla_bsg.c because it is not used outside this file. This eliminates the following warning in qla2xxx/qla_bsg.c: drivers/scsi/qla2xxx/qla_bsg.c:409:1: warning: no previous prototype for ‘qla24xx_calc_ct_iocbs’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 37/55] scsi: Mark function as static in pm8001/pm80xx_hwi.c

2014-03-29 Thread Rashika Kheria
/pm80xx_hwi.c:4529:6: warning: no previous prototype for ‘mpi_set_phy_profile_req’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/pm8001/pm80xx_hwi.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/scsi/pm8001

[PATCH 36/55] scsi: Mark function as static in pm8001/pm8001_hwi.c

2014-03-29 Thread Rashika Kheria
: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/pm8001/pm8001_hwi.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/pm8001/pm8001_hwi.c b/drivers/scsi/pm8001/pm8001_hwi.c index 0a1296a..2f8aab1 100644 --- a/drivers/scsi/pm8001/pm8001_hwi.c +++ b/drivers

[PATCH 35/55] scsi: Mark function as static in pm8001/pm8001_sas.c

2014-03-29 Thread Rashika Kheria
Mark function as static in pm8001/pm8001_sas.c because it is not used outside this file. This eliminates the following warning in pm8001/pm8001_sas.c: drivers/scsi/pm8001/pm8001_sas.c:551:23: warning: no previous prototype for ‘pm8001_alloc_dev’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 34/55] scsi: Mark function as static in pm8001/pm8001_init.c

2014-03-29 Thread Rashika Kheria
-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/pm8001/pm8001_init.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/pm8001/pm8001_init.c b/drivers/scsi/pm8001/pm8001_init.c index 73a120d..a82528c 100644 --- a/drivers/scsi/pm8001/pm8001_init.c

[PATCH 33/55] scsi: Mark functions as static in mvsas/mv_94xx.c

2014-03-29 Thread Rashika Kheria
-prototypes] drivers/scsi/mvsas/mv_94xx.c:938:5: warning: no previous prototype for ‘mvs_94xx_spi_waitdataready’ [-Wmissing-prototypes] drivers/scsi/mvsas/mv_94xx.c:953:6: warning: no previous prototype for ‘mvs_94xx_fix_dma’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh

[PATCH 32/55] scsi: Mark functions as static in mvsas/mv_64xx.c

2014-03-29 Thread Rashika Kheria
‘mvs_64xx_fix_dma’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/mvsas/mv_64xx.c | 35 ++- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/drivers/scsi/mvsas/mv_64xx.c b/drivers/scsi/mvsas/mv_64xx.c index

[PATCH 31/55] scsi: Mark functions as static in mvsas/mv_sas.c

2014-03-29 Thread Rashika Kheria
for ‘mvs_set_sense’ [-Wmissing-prototypes] drivers/scsi/mvsas/mv_sas.c:1748:6: warning: no previous prototype for ‘mvs_fill_ssp_resp_iu’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/mvsas/mv_sas.c | 18 +- 1 file changed, 9

[PATCH 30/55] scsi: Mark functions as static in megaraid/megaraid_sas_fp.c

2014-03-29 Thread Rashika Kheria
-prototypes] drivers/scsi/megaraid/megaraid_sas_fp.c:1196:4: warning: no previous prototype for ‘megasas_get_best_arm’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/megaraid/megaraid_sas_fp.c | 26 ++ 1 file changed, 14

[PATCH 29/55] scsi: Mark functions as static in megaraid/megaraid_sas_fusion.c

2014-03-29 Thread Rashika Kheria
‘megasas_enable_intr_fusion’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/megaraid/megaraid_sas_fusion.c | 39 ++- 1 file changed, 20 insertions(+), 19 deletions(-) diff --git a/drivers/scsi/megaraid/megaraid_sas_fusion.c b/drivers/scsi

[PATCH 28/55] scsi: Move prototype declaration to appropriate header file megaraid/megaraid_sas.h from megaraid/megaraid_sas_fusion.c

2014-03-29 Thread Rashika Kheria
/megaraid_sas_base.c:3066:5: warning: no previous prototype for ‘megasas_alloc_cmds’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/megaraid/megaraid_sas.h| 14 ++ drivers/scsi/megaraid/megaraid_sas_fusion.c | 13 - 2

[PATCH 27/55] scsi: Mark functions as static in megaraid/megaraid_sas_base.c

2014-03-29 Thread Rashika Kheria
-prototypes] drivers/scsi/megaraid/megaraid_sas_base.c:1739:6: warning: no previous prototype for ‘megasas_do_ocr’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/megaraid/megaraid_sas_base.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions

[PATCH 26/55] scsi: Mark function as static in lpfc/lpfc_bsg.c

2014-03-29 Thread Rashika Kheria
Mark function as static in lpfc/lpfc_bsg.c because it is not used outside this file. This eliminates the following warning in lpfc/lpfc_bsg.c: drivers/scsi/lpfc/lpfc_bsg.c:3348:1: warning: no previous prototype for ‘lpfc_bsg_issue_mbox_cmpl’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 25/55] scsi: Mark functions as static in lpfc/lpfc_scsi.c

2014-03-29 Thread Rashika Kheria
’ [-Wmissing-prototypes] drivers/scsi/lpfc/lpfc_scsi.c:3048:1: warning: no previous prototype for ‘lpfc_calc_bg_err’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/lpfc/lpfc_scsi.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions

[PATCH 24/55] scsi: Mark functions as static in lpfc/lpfc_init.c

2014-03-29 Thread Rashika Kheria
:753:1: warning: no previous prototype for ‘lpfc_hba_down_link’ [-Wmissing-prototypes] drivers/scsi/lpfc/lpfc_init.c:3434:1: warning: no previous prototype for ‘lpfc_sli4_fcf_redisc_wait_tmo’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/lpfc

[PATCH 23/55] scsi: Mark functions as static in lpfc/lpfc_hbadisc.c

2014-03-29 Thread Rashika Kheria
/lpfc/lpfc_hbadisc.c:2681:1: warning: no previous prototype for ‘lpfc_init_vfi_cmpl’ [-Wmissing-prototypes] drivers/scsi/lpfc/lpfc_hbadisc.c:4432:1: warning: no previous prototype for ‘lpfc_nlp_logo_unreg’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett

[PATCH 22/55] scsi: Mark functions as static in lpfc/lpfc_sli.c

2014-03-29 Thread Rashika Kheria
/scsi/lpfc/lpfc_sli.c:16000:1: warning: no previous prototype for ‘lpfc_mbx_cmpl_redisc_fcf_table’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/lpfc/lpfc_sli.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git

[PATCH 21/55] scsi: Mark function as static in isci/port.c

2014-03-29 Thread Rashika Kheria
Mark function as static in isci/port.c because they are not used outside this file. This eliminates the following warning in isci/port.c: drivers/scsi/isci/port.c:65:13: warning: no previous prototype for ‘port_state_name’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh

[PATCH 20/55] scsi: Mark function as static in isci/remote_device.c

2014-03-29 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/isci/remote_device.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/isci/remote_device.c b/drivers/scsi/isci/remote_device.c index 96a26f4..33033fb 100644 --- a/drivers/scsi/isci

[PATCH 19/55] scsi: Mark function as static in isci/phy.c

2014-03-29 Thread Rashika Kheria
Mark function as static in isci/phy.c because it is not used outside this file. This eliminates the following warning in isci/phy.c: drivers/scsi/isci/phy.c:672:6: warning: no previous prototype for ‘scu_link_layer_set_txcomsas_timeout’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 18/55] scsi: Mark function as static in cxgbi/cxgb4i/cxgb4i.c

2014-03-29 Thread Rashika Kheria
Mark function as static in cxgb4i/cxgb4i.c because it is not used outside this file. This eliminates the following warning in cxgb4i/cxgb4i.c: drivers/scsi/cxgbi/cxgb4i/cxgb4i.c:1299:5: warning: no previous prototype for ‘cxgb4i_ofld_init’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 17/55] scsi: Mark function as static in cxgbi/cxgb3i/cxgb3i.c

2014-03-29 Thread Rashika Kheria
: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/cxgbi/cxgb3i/cxgb3i.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c b/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c index 49692a1..6de59c5 100644 --- a/drivers/scsi/cxgbi/cxgb3i/cxgb3i.c +++ b

[PATCH 16/55] scsi: Mark function as static in cxgbi/libcxgbi.c

2014-03-29 Thread Rashika Kheria
Mark function as static in cxgbi/libcxgbi.c because it is not used outside this file. This eliminates the following warning in cxgbi/libcxgbi.c: drivers/scsi/cxgbi/libcxgbi.c:1307:5: warning: no previous prototype for ‘cxgbi_ddp_reserve’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 15/55] scsi: Mark function as static in bnx2fc/bnx2fc_io.c

2014-03-29 Thread Rashika Kheria
Mark function as static in bnx2fc/bnx2fc_io.c because it is not used outside this file. This eliminates the following warning in bnx2fc/bnx2fc_io.c: drivers/scsi/bnx2fc/bnx2fc_io.c:1108:5: warning: no previous prototype for ‘bnx2fc_expl_logo’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 14/55] scsi: Mark function as static in bnx2fc/bnx2fc_hwi.c

2014-03-29 Thread Rashika Kheria
Mark function as static in bnx2fc/bnx2fc_hwi.c because it is not used outside this file. This eliminates the following warning in bnx2fc/bnx2fc_hwi.c: drivers/scsi/bnx2fc/bnx2fc_hwi.c:996:21: warning: no previous prototype for ‘bnx2fc_alloc_work’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 13/55] scsi: Mark function as static in bnx2fc/bnx2fc_fcoe.c

2014-03-29 Thread Rashika Kheria
/bnx2fc/bnx2fc_fcoe.c:1365:26: warning: no previous prototype for ‘bnx2fc_interface_create’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bnx2fc/bnx2fc_fcoe.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers

[PATCH 12/55] scsi: Mark function as static in bnx2fc/bnx2fc_els.c

2014-03-29 Thread Rashika Kheria
/bnx2fc_els.c:366:6: warning: no previous prototype for ‘bnx2fc_rec_compl’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bnx2fc/bnx2fc_els.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bnx2fc/bnx2fc_els.c

[PATCH 11/55] scsi: Mark function as static in bfa/bfa_svc.c

2014-03-29 Thread Rashika Kheria
: warning: no previous prototype for ‘bfa_fcport_ddportdisable’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bfa/bfa_svc.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bfa/bfa_svc.c b/drivers/scsi/bfa

[PATCH 10/55] scsi: Mark function as static in bfa/bfa_core.c

2014-03-29 Thread Rashika Kheria
Mark function as static in bfa/bfa_core.c because it is not used outside this file. This eliminates the following warning in bfa/bfa_core.c: drivers/scsi/bfa/bfa_core.c:716:1: warning: no previous prototype for ‘bfa_isr_rspq’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by

[PATCH 09/55] scsi: Mark function as static in bfa/bfa_fcpim.c

2014-03-29 Thread Rashika Kheria
:465:1: warning: no previous prototype for ‘bfa_ioim_profile_start’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bfa/bfa_fcpim.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bfa/bfa_fcpim.c b/drivers

[PATCH 08/55] scsi: Mark function as static in bfa/bfa_port.c

2014-03-29 Thread Rashika Kheria
: no previous prototype for ‘bfa_cee_notify’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bfa/bfa_port.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bfa/bfa_port.c b/drivers/scsi/bfa/bfa_port.c index

[PATCH 07/55] scsi: Mark function as static in bfa/bfa_fcs_lport.c

2014-03-29 Thread Rashika Kheria
: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bfa/bfa_fcs_lport.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/bfa/bfa_fcs_lport.c b/drivers/scsi/bfa/bfa_fcs_lport.c index ff75ef8..0515b01 100644 --- a/drivers/scsi/bfa/bfa_fcs_lport.c +++ b/drivers

[PATCH 06/55] scsi: Mark function as static in bfa/bfa_ioc_ct.c

2014-03-29 Thread Rashika Kheria
/bfa_ioc_ct.c:755:1: warning: no previous prototype for ‘bfa_ioc_ct2_mac_reset’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bfa/bfa_ioc_ct.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bfa/bfa_ioc_ct.c b

[PATCH 05/55] scsi: Mark function as static in bfa/bfa_ioc.c

2014-03-29 Thread Rashika Kheria
: no previous prototype for ‘bfa_flash_sem_get’ [-Wmissing-prototypes] drivers/scsi/bfa/bfa_ioc.c:7015:1: warning: no previous prototype for ‘bfa_flash_sem_put’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bfa/bfa_ioc.c |6 +++--- 1 file

[PATCH 04/55] scsi: Mark function as static in bfa/bfad_attr.c

2014-03-29 Thread Rashika Kheria
/bfad_attr.c:574:1: warning: no previous prototype for ‘bfad_im_vport_set_symbolic_name’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/scsi/bfa/bfad_attr.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/scsi/bfa/bfad_attr.c

[PATCH 03/55] drivers: scsi: Mark function as static in bfa/bfad.c

2014-03-29 Thread Rashika Kheria
Mark function as static in bfa/bfad.c because it is not used outside this file. This eliminates the following warning in bfa/bfad.c: drivers/scsi/bfa/bfad.c:1522:1: warning: no previous prototype for 'restart_bfa’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Tri

[PATCH 02/55] scsi: Mark function as static in be2iscsi/be_cmds.c

2014-03-29 Thread Rashika Kheria
Mark function as static in be2iscsi/be_cmds.c because it is not used outside this file. This eliminates the following warning in be2iscsi/be_cmds.c: drivers/scsi/be2iscsi/be_cmds.c:401:5: warning: no previous prototype for ‘beiscsi_process_mcc’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 01/55] scsi: Mark function as static in aacraid/src.c

2014-03-29 Thread Rashika Kheria
Mark function as static in aacraid/src.c because it is not used outside this file. This eliminates the following warning in aacraid/src.c: drivers/scsi/aacraid/src.c:526:5: warning: no previous prototype for ‘aac_src_select_comm’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by

[PATCH 02/55] scsi: Mark function as static in be2iscsi/be_cmds.c

2014-03-29 Thread Rashika Kheria
Mark function as static in be2iscsi/be_cmds.c because it is not used outside this file. This eliminates the following warning in be2iscsi/be_cmds.c: drivers/scsi/be2iscsi/be_cmds.c:401:5: warning: no previous prototype for ‘beiscsi_process_mcc’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 01/55] scsi: Mark function as static in aacraid/src.c

2014-03-29 Thread Rashika Kheria
Mark function as static in aacraid/src.c because it is not used outside this file. This eliminates the following warning in aacraid/src.c: drivers/scsi/aacraid/src.c:526:5: warning: no previous prototype for ‘aac_src_select_comm’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by

[PATCH 45/46] kernel: Move prototype declaration to header file include/linux/sched.h from init/main.c

2014-02-27 Thread Rashika Kheria
: Rashika Kheria Reviewed-by: Josh Triplett --- include/linux/sched.h |1 + init/main.c |1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/sched.h b/include/linux/sched.h index d162e3b..f08958b 100644 --- a/include/linux/sched.h +++ b/include/linux

[PATCH 46/46] kernel: Add prototype declaration to header file include/linux/sched.h

2014-02-27 Thread Rashika Kheria
] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- include/linux/sched.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/sched.h b/include/linux/sched.h index f08958b..f83081b 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -966,6 +966,7 @@ static

[PATCH 43/46] kernel: Add prototype declaration to header file kernel/sched/sched.h

2014-02-27 Thread Rashika Kheria
: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/sched/sched.h |1 + 1 file changed, 1 insertion(+) diff --git a/kernel/sched/sched.h b/kernel/sched/sched.h index 586613e..c3688e2 100644 --- a/kernel/sched/sched.h +++ b/kernel/sched/sched.h @@ -286,6 +286,7 @@ static inline int

[PATCH 44/46] kernel: Move prototype declaration to header file kernel/sched/sched.h from kernel/sched/rt.c

2014-02-27 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/sched/rt.c|1 - kernel/sched/sched.h |1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/sched/rt.c b/kernel/sched/rt.c index a2740b7..2fe28c8 100644 --- a/kernel/sched/rt.c +++ b/kernel

[PATCH 42/46] kernel: Add prototype declaration to appropriate header file include/linux/sched.h

2014-02-27 Thread Rashika Kheria
-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- include/linux/sched.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/linux/sched.h b/include/linux/sched.h index 56aa7ee..d162e3b 100644 --- a/include/linux/sched.h +++ b/include/linux/sched.h @@ -967,7 +967,7

[tip:irq/urgent] genirq: Include missing header file in irqdomain.c

2014-02-27 Thread tip-bot for Rashika Kheria
Commit-ID: 64be38ab03e9b238a1299857fef8b3707c0ed045 Gitweb: http://git.kernel.org/tip/64be38ab03e9b238a1299857fef8b3707c0ed045 Author: Rashika Kheria AuthorDate: Thu, 27 Feb 2014 17:10:12 +0530 Committer: Thomas Gleixner CommitDate: Thu, 27 Feb 2014 13:29:35 +0100 genirq: Include

[PATCH 41/46] kernel: Mark functions as static in sched/core.c

2014-02-27 Thread Rashika Kheria
/core.c:7769:6: warning: no previous prototype for ‘tg_get_cfs_period’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/sched/core.c | 11 ++- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/kernel/sched/core.c b/kernel/sched

[PATCH 40/46] kernel: Include appropriate header file in kernel/sched/core.c

2014-02-27 Thread Rashika Kheria
This eliminates the following warning in sched/core.c: kernel/sched/core.c:5814:12: warning: no previous prototype for ‘arch_sd_sibling_asym_packing’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- include/linux/sched.h |2 +- kernel/sched/core.c |1 + 2

[PATCH 39/46] kernel: Add prototype declaration to header file include/linux/irq_work.h

2014-02-27 Thread Rashika Kheria
-by: Rashika Kheria Reviewed-by: Josh Triplett --- include/linux/irq_work.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/irq_work.h b/include/linux/irq_work.h index 6601702..4212080 100644 --- a/include/linux/irq_work.h +++ b/include/linux/irq_work.h @@ -33,6 +33,7 @@ void

[PATCH 38/46] kernel: Include appropriate header file in kernel/elfcore.c

2014-02-27 Thread Rashika Kheria
for ‘elf_core_extra_data_size’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/elfcore.c |1 + 1 file changed, 1 insertion(+) diff --git a/kernel/elfcore.c b/kernel/elfcore.c index e556751..a2b29b9 100644 --- a/kernel/elfcore.c +++ b/kernel

[PATCH 37/46] kernel: Include appropriate header file in tracepoint.c

2014-02-27 Thread Rashika Kheria
‘syscall_regfunc’ [-Wmissing-prototypes] kernel/tracepoint.c:755:6: warning: no previous prototype for ‘syscall_unregfunc’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/tracepoint.c |1 + 1 file changed, 1 insertion(+) diff --git a/kernel

[PATCH 36/46] kernel: Mark functions as static in kernel/tracepoint.c

2014-02-27 Thread Rashika Kheria
: warning: no previous prototype for ‘tracepoint_module_notify’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/tracepoint.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/tracepoint.c b/kernel/tracepoint.c index

[PATCH 35/46] kernel: Mark function as static in kernel/seccomp.c

2014-02-27 Thread Rashika Kheria
Mark function as static in kernel/seccomp.c because it is not used outside this file. This eliminates the following warning in kernel/seccomp.c: kernel/seccomp.c:296:6: warning: no previous prototype for ‘seccomp_attach_user_filter’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed

[PATCH 33/46] kernel: Add prototype declaration to header file include/linux/compat.h

2014-02-27 Thread Rashika Kheria
/compat.c:446:17: warning: no previous prototype for ‘compat_sys_old_getrlimit’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- include/linux/compat.h |7 +++ 1 file changed, 7 insertions(+) diff --git a/include/linux/compat.h b/include/linux/compat.h

[PATCH 34/46] kernel: Include appropriate header file in hung_task.c

2014-02-27 Thread Rashika Kheria
‘proc_dohung_task_timeout_secs’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/hung_task.c |1 + 1 file changed, 1 insertion(+) diff --git a/kernel/hung_task.c b/kernel/hung_task.c index 0b9c169..2704c36 100644 --- a/kernel/hung_task.c +++ b/kernel

[PATCH 31/46] kernel: Mark function as static in kernel/module.c

2014-02-27 Thread Rashika Kheria
Mark function as static in kernel/module.c because it is not used outside this file. This eliminates the following warning in kernel/module.c: kernel/module.c:1719:6: warning: no previous prototype for ‘set_page_attributes’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh

[PATCH 32/46] kernel: Add prototype declaration to header file include/linux/module.h

2014-02-27 Thread Rashika Kheria
Add prototype definition of function to header file include/linux/module.h because it is used by more than one file. This eliminates the following warning in kernel/module.c: kernel/module.c:3823:6: warning: no previous prototype for ‘module_layout’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 30/46] kernel: Add prototype declaration to header file include/linux/smp.h

2014-02-27 Thread Rashika Kheria
Add prototype definition of function to header file include/linux/smp.h because it is used by more than one file. This eliminates the following warning in kernel/smp.c: kernel/smp.c:489:13: warning: no previous prototype for ‘smp_announce’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 29/46] kernel: Mark functions as static in trace/trace_functions_graph.c

2014-02-27 Thread Rashika Kheria
: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/trace/trace_functions_graph.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/trace/trace_functions_graph.c b/kernel/trace/trace_functions_graph.c index 0b99120..9e9b5c2 100644 --- a/kernel/trace

[PATCH 28/46] kernel: Add prototype declaration to header file linux/ftrace.h

2014-02-27 Thread Rashika Kheria
‘ftrace_return_to_handler’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- include/linux/ftrace.h |1 + 1 file changed, 1 insertion(+) diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index da1c31f..c4d1048 100644 --- a/include/linux/ftrace.h +++ b/include/linux

[PATCH 27/46] kernel: Mark function as static in kernel/trace/trace_selftest.c

2014-02-27 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/trace/trace_selftest.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel/trace/trace_selftest.c b/kernel/trace/trace_selftest.c index e98fca6..bfecd63 100644 --- a/kernel/trace

[PATCH 26/46] kernel: Mark functions as static in kernel/trace/trace.c

2014-02-27 Thread Rashika Kheria
: warning: no previous prototype for ‘free_snapshot’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/trace/trace.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c index 815c878..f097949

[PATCH 25/46] kernel: Add prototype declaration to header file include/linux/ftrace.h

2014-02-27 Thread Rashika Kheria
] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- include/linux/ftrace.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 68ea184..da1c31f 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h @@ -672,6 +672,8

[PATCH 24/46] kernel: Mark function as static in kernel/trace/ftrace.c and remove stub declaration from header file include/linux/ftrace.h

2014-02-27 Thread Rashika Kheria
‘ftrace_release_mod’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria --- include/linux/ftrace.h |1 - kernel/trace/ftrace.c |2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index f4233b1..68ea184 100644 --- a

[PATCH 23/46] kernel: Mark function as static in trace/ftrace.c

2014-02-27 Thread Rashika Kheria
Mark function as static in kernel/trace/ftrace.c because it is not used outside this file. Thin eliminates the following warning in kernel/trace/ftrace.c: kernel/trace/ftrace.c:717:5: warning: no previous prototype for ‘ftrace_profile_pages_init’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 22/46] kernel: Include appropriate header file in time/timekeeping_debug.c

2014-02-27 Thread Rashika Kheria
/timekeeping_debug.c:68:6: warning: no previous prototype for ‘tk_debug_account_sleep_time’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/time/timekeeping_debug.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/time/timekeeping_debug.c b/kernel/time

[PATCH 21/46] kernel: Mark function as static in sched/deadline.c

2014-02-27 Thread Rashika Kheria
Mark function as static in kernel/sched/deadline.c because it is not used outside this file. This eliminates the following warning in kernel/sched/deadline.c: kernel/sched/deadline.c:993:21: warning: no previous prototype for ‘pick_next_task_dl’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 14/46] kernel: Move prototype declaration to header file kernel/power/power.h

2014-02-27 Thread Rashika Kheria
-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/power/power.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/kernel/power/power.h b/kernel/power/power.h index 7d4b7ff..1ca7531 100644 --- a/kernel/power/power.h +++ b/kernel/power/power.h @@ -49,6 +49,8 @@ static inline char

[PATCH 16/46] kernel: Mark function as static in kernel/rcu/torture.c

2014-02-27 Thread Rashika Kheria
: warning: no previous prototype for ‘rcu_torture_barrier_cbf’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/rcu/torture.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kernel/rcu/torture.c b/kernel/rcu/torture.c index

[PATCH 15/46] kernel: Include appropriate header file in kernel/power/wakelock.c

2014-02-27 Thread Rashika Kheria
‘pm_show_wakelocks’ [-Wmissing-prototypes] kernel/power/wakelock.c:184:5: warning: no previous prototype for ‘pm_wake_lock’ [-Wmissing-prototypes] kernel/power/wakelock.c:232:5: warning: no previous prototype for ‘pm_wake_unlock’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by

[PATCH 20/46] kernel: Move prototype declaration to header file sched/sched.h from sched/core.c

2014-02-27 Thread Rashika Kheria
’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/sched/core.c |2 -- kernel/sched/sched.h |1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/kernel/sched/core.c b/kernel/sched/core.c index b46131e..90570e1 100644 --- a/kernel/sched

[PATCH 18/46] kernel: Mark functions as static in sched/fair.c

2014-02-27 Thread Rashika Kheria
: no previous prototype for ‘task_tick_numa’ [-Wmissing-prototypes] kernel/sched/fair.c:5269:22: warning: no previous prototype for ‘arch_scale_smt_power’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/sched/fair.c |6 +++--- 1 file changed, 3

[PATCH 19/46] kernel: Include appropriate header file in locking/rtmutex-tester.c

2014-02-27 Thread Rashika Kheria
:139:6: warning: no previous prototype for ‘schedule_rt_mutex_test’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/locking/rtmutex-tester.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/locking/rtmutex-tester.c b/kernel

[PATCH 17/46] kernel: Move prototype declaration to appropriate header file from kernel/stop_machine.c

2014-02-27 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- include/linux/sched.h |2 +- kernel/stop_machine.c |2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/include/linux/sched.h b/include/linux/sched.h index a781dec..fac6f9d 100644 --- a/include/linux

[PATCH 13/46] kernel: Move prototype declaration to header file kernel/locking/lockdep_internals.h

2014-02-27 Thread Rashika Kheria
’ [-Wmissing-prototypes] kernel/locking/lockdep.c:2613:6: warning: no previous prototype for ‘trace_hardirqs_off_caller’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/locking/lockdep_internals.h |3 +++ 1 file changed, 3 insertions(+) diff --git

[PATCH 07/46] kernel: Mark functions as static and remove unused function in events/core.c

2014-02-27 Thread Rashika Kheria
prototype for ‘perf_init_event’ [-Wmissing-prototypes] kernel/events/core.c:7707:5: warning: no previous prototype for ‘perf_event_init_context’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/events/core.c | 36 1

[PATCH 12/46] kernel: Include appropriate header file in kernel/irq/irqdomain.c

2014-02-27 Thread Rashika Kheria
for ‘irq_create_of_mapping’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/irq/irqdomain.c |1 + 1 file changed, 1 insertion(+) diff --git a/kernel/irq/irqdomain.c b/kernel/irq/irqdomain.c index cf68bb3..f140337 100644 --- a/kernel/irq/irqdomain.c

[PATCH 11/46] kernel: Add prototype declaration in kernel/gcov/base.c

2014-02-27 Thread Rashika Kheria
previous prototype for ‘__gcov_merge_single’ [-Wmissing-prototypes] kernel/gcov/base.c:76:6: warning: no previous prototype for‘__gcov_merge_delta’ [-Wmissing-prototypes] kernel/gcov/base.c:82:6: warning: no previous prototype for ‘__gcov_merge_ior’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 10/46] kernel: Mark function as static in events/hw_breakpoint.c

2014-02-27 Thread Rashika Kheria
] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/events/hw_breakpoint.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/events/hw_breakpoint.c b/kernel/events/hw_breakpoint.c index 1559fb0..c044eaf 100644 --- a/kernel/events/hw_breakpoint.c +++ b/kernel

[PATCH 09/46] kernel: Move prototype declaration to header file include/linux/hw_breakpoint.h

2014-02-27 Thread Rashika Kheria
‘arch_unregister_hw_breakpoint’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- include/linux/hw_breakpoint.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/hw_breakpoint.h b/include/linux/hw_breakpoint.h index 0464c85..9ff0155 100644 --- a/include/linux

[PATCH 08/46] kernel: MOve prototype declaration to header file include/linux/perf_event.h

2014-02-27 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- include/linux/perf_event.h |2 ++ 1 file changed, 2 insertions(+) diff --git a/include/linux/perf_event.h b/include/linux/perf_event.h index e56b07f..b9e1673 100644 --- a/include/linux/perf_event.h +++ b/include/linux

[PATCH 05/46] kernel: Include appropriate header file in kernel/signal.c

2014-02-27 Thread Rashika Kheria
warning in kernel/signal.c: kernel/signal.c:3640:1: warning: no previous prototype for ‘kdb_send_sig_info’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- kernel/debug/kdb/kdb_private.h |1 + kernel/signal.c|1 + 2 files changed, 2

  1   2   3   4   5   >