[PATCH 11/26] drivers: isdn: Move prototype declarations to header file platform.h from mntfunc.c

2014-02-07 Thread Rashika Kheria
’ [-Wmissing-prototypes] drivers/isdn/hardware/eicon/divamnt.c:80:5: warning: no previous prototype for ‘diva_os_copy_from_user’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/isdn/hardware/eicon/mntfunc.c

[PATCH 14/26] drivers: isdn: Mark function as static in w6692.c

2014-02-07 Thread Rashika Kheria
-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/isdn/hardware/mISDN/w6692.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/isdn/hardware/mISDN/w6692.c b/drivers/isdn/hardware/mISDN/w6692.c index de69f68..2e24a05 100644

[PATCH 13/26] drivers: isdn: Mark functions as static in avmfritz.c

2014-02-07 Thread Rashika Kheria
/isdn/hardware/mISDN/avmfritz.c:745:1: warning: no previous prototype for ‘clear_pending_hdlc_ints’ [-Wmissing-prototypes] drivers/isdn/hardware/mISDN/avmfritz.c:966:1: warning: no previous prototype for ‘setup_fritz’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com

[PATCH 15/26] drivers: isdn: Mark function as static in mISDNipac.c

2014-02-07 Thread Rashika Kheria
] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/isdn/hardware/mISDN/mISDNipac.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/isdn/hardware/mISDN/mISDNipac.c b/drivers/isdn/hardware/mISDN/mISDNipac.c

[PATCH 16/26] drivers: isdn: Move prototype declarations to appropriate header file hscx.h from elsa_ser.c

2014-02-07 Thread Rashika Kheria
/hscx.c:175:1: warning: no previous prototype for ‘open_hscxstate’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/isdn/hisax/elsa_ser.c |2 -- drivers/isdn/hisax/hscx.h |2 ++ 2 files changed, 2

[PATCH 17/26] drivers: isdn: Move prototype declaration to header file platform.h from divasi.c

2014-02-07 Thread Rashika Kheria
’ [-Wmissing-prototypes] drivers/isdn/hardware/eicon/idifunc.c:263:13: warning: no previous prototype for ‘idifunc_finit’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/isdn/hardware/eicon/divasi.c |3

[PATCH 18/26] drivers: isdn: Mark functions as static in layer2.c

2014-02-07 Thread Rashika Kheria
/layer2.c:1133:1: warning: no previous prototype for ‘enquiry_response’ [-Wmissing-prototypes] drivers/isdn/mISDN/layer2.c:1143:1: warning: no previous prototype for ‘transmit_enquiry’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j

[PATCH 19/26] drivers: isdn: Move prototype declaration to header file platform.h from diva_didd.c

2014-02-07 Thread Rashika Kheria
’ [-Wmissing-prototypes] drivers/isdn/hardware/eicon/diddfunc.c:110:13: warning: no previous prototype for ‘diddfunc_finit’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/isdn/hardware/eicon/diva_didd.c |3

[PATCH 20/26] drivers: isdn: Move prototype declaration to header file platform.h from os_bri.c

2014-02-07 Thread Rashika Kheria
] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/isdn/hardware/eicon/os_bri.c |5 - drivers/isdn/hardware/eicon/platform.h |2 ++ 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/drivers/isdn/hardware

[PATCH 21/26] drivers: isdn: Move prototype declaration to header file platform.h from os_4bri.c

2014-02-07 Thread Rashika Kheria
/s_4bri.c:496:6: warning: no previous prototype for ‘prepare_qBri2_functions’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/isdn/hardware/eicon/os_4bri.c |9 - drivers/isdn/hardware/eicon

[PATCH 22/26] drivers: isdn: Move prototype declaration to header file platform.h from os_pri.c

2014-02-07 Thread Rashika Kheria
/isdn/hardware/eicon/s_pri.c:200:6: warning: no previous prototype for ‘prepare_pri2_functions’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/isdn/hardware/eicon/os_pri.c |6 -- drivers/isdn

[PATCH 23/26] drivers: isdn: Move prototype declaration to header file platform.h from divamnt.c

2014-02-07 Thread Rashika Kheria
’ [-Wmissing-prototypes] drivers/isdn/hardware/eicon/mntfunc.c:303:12: warning: no previous prototype for ‘mntfunc_init’ [-Wmissing-prototypes] drivers/isdn/hardware/eicon/mntfunc.c:351:13: warning: no previous prototype for ‘mntfunc_finit’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 24/26] drivers: isdn: Move prototype declaration to header file hisax.h from config.c

2014-02-07 Thread Rashika Kheria
for ‘setup_enternow_pci’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/isdn/hisax/config.c | 72 --- drivers/isdn/hisax/hisax.h | 71

[PATCH 25/26] drivers: isdn: Move prototype declaration to header file dadapter.h

2014-02-07 Thread Rashika Kheria
’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/isdn/hardware/eicon/capifunc.c |3 +-- drivers/isdn/hardware/eicon/dadapter.h |1 + drivers/isdn/hardware/eicon/diddfunc.c |1 - drivers/isdn

[PATCH 26/26] drivers: isdn: Move prototype declaration to header file platform.h from divasmain.c

2014-02-07 Thread Rashika Kheria
for ‘create_divas_proc’ [-Wmissing-prototypes] drivers/isdn/hardware/eicon/divasproc.c:135:6: warning: no previous prototype for ‘remove_divas_proc’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com Reviewed-by: Josh Triplett j...@joshtriplett.org --- drivers/isdn/hardware/eicon

[PATCH 1/3] sound: Include appropriate header file in pcsp/pcsp_input.c

2014-02-07 Thread Rashika Kheria
-by: Rashika Kheria rashika.khe...@gmail.com --- sound/drivers/pcsp/pcsp_input.c |1 + 1 file changed, 1 insertion(+) diff --git a/sound/drivers/pcsp/pcsp_input.c b/sound/drivers/pcsp/pcsp_input.c index b874b0a..0ecf8a4 100644 --- a/sound/drivers/pcsp/pcsp_input.c +++ b/sound/drivers/pcsp

[PATCH 2/3] sound: Remove unused function in pci/lx6464es/lx_core.c

2014-02-07 Thread Rashika Kheria
for ‘lx_plx_mbox_write’ [-Wmissing-prototypes] sound/pci/lx6464es/lx_core.c:494:5: warning: no previous prototype for ‘lx_dsp_es_check_pipeline’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria rashika.khe...@gmail.com --- sound/pci/lx6464es/lx_core.c | 84

[PATCH 3/3] sound: Move prototype declaration to header file oss/pas2.h from oss/pas2_card.c

2014-02-07 Thread Rashika Kheria
-off-by: Rashika Kheria rashika.khe...@gmail.com --- sound/oss/pas2.h |3 +++ sound/oss/pas2_card.c |2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/sound/oss/pas2.h b/sound/oss/pas2.h index fa12c55..d19f757 100644 --- a/sound/oss/pas2.h +++ b/sound/oss/pas2.h

Re: [PATCH] drivers: staging: Mark functions as static and remove unused function in bpctl_mod.c

2014-01-24 Thread Rashika Kheria
On Fri, Jan 24, 2014 at 1:34 PM, Dan Carpenter wrote: > On Fri, Jan 24, 2014 at 04:14:00AM +0530, Rashika Kheria wrote: >> Mark functions as static in bpctl_mod.c because they are not used >> outside this file. Remove unused function from bpctl_mod.c. >> >> This al

Re: [PATCH] drivers: staging: Mark functions as static and remove unused function in bpctl_mod.c

2014-01-24 Thread Rashika Kheria
On Fri, Jan 24, 2014 at 1:34 PM, Dan Carpenter dan.carpen...@oracle.com wrote: On Fri, Jan 24, 2014 at 04:14:00AM +0530, Rashika Kheria wrote: Mark functions as static in bpctl_mod.c because they are not used outside this file. Remove unused function from bpctl_mod.c. This also eliminates

[PATCH 16/85] drivers: gpu: Mark functions as static in nvc0.c

2014-01-06 Thread Rashika Kheria
: warning: no previous prototype for ‘nvc0_graph_init_fw’ [-Wmissing-prototypes] drivers/gpu/drm/nouveau/core/engine/graph/nvc0.c:1082:1: warning: no previous prototype for ‘nvc0_graph_ctor_fw’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/nouveau

[PATCH 55/85] drivers: gpu: Include appropriate header file in cypress_dpm.c

2014-01-06 Thread Rashika Kheria
for ‘cypress_dpm_vblank_too_short’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/cypress_dpm.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon/cypress_dpm.c b/drivers/gpu/drm/radeon/cypress_dpm.c index 75dc1d8..8b9e033

[PATCH 42/85] drivers: gpu: Move prototype declarations to header file radeon_asic.h

2014-01-06 Thread Rashika Kheria
: no previous prototype for ‘evergreen_irq_suspend’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/cik.c |5 - drivers/gpu/drm/radeon/evergreen_dma.c |2 -- drivers/gpu/drm/radeon/ni.c| 10

[PATCH 85/85] drivers: gpu: Mark functions as static in vmwgfx_fence.c

2014-01-06 Thread Rashika Kheria
] drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:900:6: warning: no previous prototype for ‘vmw_fence_obj_add_action’ [-Wmissing-prototypes] drivers/gpu/drm/vmwgfx/vmwgfx_fence.c:996:5: warning: no previous prototype for ‘vmw_event_fence_action_create’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 84/85] drivers: gpu: Mark functions as static in vmwgfx_buffer.c

2014-01-06 Thread Rashika Kheria
: warning: no previous prototype for ‘vmw_evict_flags’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_buffer.c b

[PATCH 83/85] drivers: gpu: Mark functions as static and remove unused function in vmwgfx_resource.c

2014-01-06 Thread Rashika Kheria
prototype for ‘vmw_user_dmabuf_reference’ [-Wmissing-prototypes] drivers/gpu/drm/vmwgfx/vmwgfx_resource.c:1145:5: warning: no previous prototype for ‘vmw_resource_do_evict’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/vmwgfx/vmwgfx_resource.c

[PATCH 80/85] drivers: gpu: Remove unused function in ttm_lock.c

2014-01-06 Thread Rashika Kheria
Remove unused function ttm_write_lock_downgrade() from drm/ttm/ttm_lock.c. This eliminates the following warning in drm/ttm/ttm_lock.c: drivers/gpu/drm/ttm/ttm_lock.c:189:6: warning: no previous prototype for ‘ttm_write_lock_downgrade’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 82/85] drivers: gpu: Mark functions as static in vmwgfx_kms.c

2014-01-06 Thread Rashika Kheria
for ‘vmw_du_update_layout’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/vmwgfx_kms.c b/drivers/gpu/drm/vmwgfx

[PATCH 81/85] drivers: gpu: Mark function as static in via_drv.c

2014-01-06 Thread Rashika Kheria
Mark function as static because it is not used outside the file drm/via/via_drv.c. This eliminates the following warning in drm/via/via_drv.c: drivers/gpu/drm/via/via_drv.c:49:6: warning: no previous prototype for ‘via_driver_postclose’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 77/85] drivers: gpu: Mark function as static in sis_drv.c

2014-01-06 Thread Rashika Kheria
Mark function as static because it is not used outside the file drm/sis/sis_drv.c. This eliminates the following warning in drm/sis/sis_drv.c: drivers/gpu/drm/sis/sis_drv.c:97:6: warning: no previous prototype for ‘sis_driver_postclose’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria

[PATCH 79/85] drivers: gpu: Mark function as static in ttm_bo_util.c

2014-01-06 Thread Rashika Kheria
/ttm_bo_util.c:222:6: warning: no previous prototype for ‘ttm_mem_reg_iounmap’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/ttm/ttm_bo_util.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/ttm

[PATCH 75/85] drivers: gpu: Move prototype declaration to header file radeon_asic.h from cik.c

2014-01-06 Thread Rashika Kheria
] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/cik.c |3 --- drivers/gpu/drm/radeon/radeon_asic.h |3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/cik.c b/drivers/gpu/drm/radeon/cik.c index

[PATCH 78/85] drivers: gpu: Mark function as static in ttm_bo.c

2014-01-06 Thread Rashika Kheria
Mark function as static because it is not used outside file drm/ttm/ttm_bo.c. This eliminates the following warning in drm/ttm/ttm_bo.c: drivers/gpu/drm/ttm/ttm_bo.c:960:5: warning: no previous prototype for ‘ttm_bo_move_buffer’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed

[PATCH 74/85] drivers: gpu: Move prototype declarations to header file radeon.h from evergreen_hdmi.c

2014-01-06 Thread Rashika Kheria
/dce6_afmt.c:150:6: warning: no previous prototype for ‘dce6_afmt_write_speaker_allocation’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/dce6_afmt.c:196:6: warning: no previous prototype for ‘dce6_afmt_write_sad_regs’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett

[PATCH 76/85] drivers: gpu: Move prototype declaration to header file radeon_drv.h from radeon_drv.c

2014-01-06 Thread Rashika Kheria
’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_drv.c |2 -- drivers/gpu/drm/radeon/radeon_drv.h |3 ++- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_drv.c b/drivers/gpu/drm

[PATCH 72/85] drivers: gpu: Mark functions as static and remove unused function in ci_dpm.c

2014-01-06 Thread Rashika Kheria
for ‘ci_dpm_power_control_set_level’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/ci_dpm.c:4822:6: warning: no previous prototype for ‘ci_dpm_reset_asic’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/ci_dpm.c:5026:5: warning: no previous prototype for ‘ci_get_vbios_boot_values’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 62/85] drivers: gpu: Mark functions as static and remove unused function in trinity_dpm.c

2014-01-06 Thread Rashika Kheria
: no previous prototype for ‘trinity_get_pi’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/trinity_dpm.c:1262:6: warning: no previous prototype for ‘trinity_dpm_reset_asic’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/trinity_dpm.c

[PATCH 49/85] drivers: gpu: Include appropriate header file in r600_dpm.c

2014-01-06 Thread Rashika Kheria
for ‘r600_dpm_pre_set_power_state’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/r600_dpm.c:712:6: warning: no previous prototype for ‘r600_dpm_post_set_power_state’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/r600_dpm.c |1 + 1 file changed, 1

[PATCH 70/85] drivers: gpu: Remove unused function in kv_dpm.c

2014-01-06 Thread Rashika Kheria
Remove unused function kv_dpm_reset_asic() from drm/radeon/kv_dpm.c. This eliminates the following warnings in drm/radeon/kv_dpm.c: drivers/gpu/drm/radeon/kv_dpm.c:1875:6: warning: no previous prototype for ‘kv_dpm_reset_asic’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed

[PATCH 61/85] drivers: gpu: Move prototype declaration to header file sumo_dpm.h

2014-01-06 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/sumo_dpm.h |2 ++ drivers/gpu/drm/radeon/sumo_smc.c |2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/sumo_dpm.h b/drivers/gpu/drm/radeon

[PATCH 50/85] drivers: gpu: Include appropriate header file in rs780_dpm.c

2014-01-06 Thread Rashika Kheria
: warning: no previous prototype for ‘rs780_dpm_debugfs_print_current_performance_level’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/rs780_dpm.c:1010:5: warning: no previous prototype for ‘rs780_dpm_force_performance_level’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh

[PATCH 73/85] drivers: gpu: Include appropriate header file in dce6_afmt.c

2014-01-06 Thread Rashika Kheria
-prototypes] drivers/gpu/drm/radeon/dce6_afmt.c:330:6: warning: no previous prototype for ‘dce6_audio_fini’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/dce6_afmt.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu

[PATCH 69/85] drivers: gpu: Move prototype declarations to header file si_dpm.h

2014-01-06 Thread Rashika Kheria
:3793:6: warning: no previous prototype for ‘si_trim_voltage_table_to_fit_state_table’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/ci_dpm.c |6 +- drivers/gpu/drm/radeon/si_dpm.h |7 +++ 2 files changed, 8 insertions

[PATCH 68/85] drivers: gpu: Remove unused function in si_dpm.c

2014-01-06 Thread Rashika Kheria
Remove unused function si_dpm_reset_asic() from drm/radeon/si_dpm.c. This elimiantes the following warnings in drm/radeon/si_dpm.c: drivers/gpu/drm/radeon/si_dpm.c:6126:6: warning: no previous prototype for ‘si_dpm_reset_asic’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed

[PATCH 71/85] drivers: gpu: Include appropriate header file in ci_smc.c

2014-01-06 Thread Rashika Kheria
] drivers/gpu/drm/radeon/ci_smc.c:266:5: warning: no previous prototype for ‘ci_write_smc_sram_dword’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/ci_smc.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon

[PATCH 63/85] drivers: gpu: Include appropriate header file in trinity_dpm.c

2014-01-06 Thread Rashika Kheria
/trinity_dpm.c:1962:5: warning: no previous prototype for ‘trinity_dpm_get_mclk’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/trinity_dpm.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon/trinity_dpm.c b

[PATCH 17/85] drivers: gpu: Mark function as static in base.c

2014-01-06 Thread Rashika Kheria
prototype for ‘nouveau_perfsig_find’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/nouveau/core/engine/perfmon/base.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/core/engine/perfmon/base.c b

[PATCH 60/85] drivers: gpu: Include appropriate header file in sumo_dpm.c

2014-01-06 Thread Rashika Kheria
for ‘sumo_dpm_get_mclk’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/sumo_dpm.c:1858:5: warning: no previous prototype for ‘sumo_dpm_force_performance_level’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/sumo_dpm.c |1 + 1 file changed, 1 insertion

[PATCH 66/85] drivers: gpu: Move prototype declarations to header file ni_dpm.h

2014-01-06 Thread Rashika Kheria
’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/ni_dpm.c:730:15: warning: no previous prototype for ‘ni_get_ps’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/ni_dpm.h |2 ++ drivers/gpu/drm/radeon/si_dpm.c |3 --- 2 files

[PATCH 19/85] drivers: gpu: Include appropriate header file in overlay.c

2014-01-06 Thread Rashika Kheria
/overlay.c:335:1: warning: no previous prototype for ‘nouveau_overlay_init’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/nouveau/dispnv04/overlay.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/nouveau/dispnv04/overlay.c b

[PATCH 67/85] drivers: gpu: Include appropriate header file in si_smc.c and remove prototype declaration from header file sislands_smc.h

2014-01-06 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/si_smc.c |1 + drivers/gpu/drm/radeon/sislands_smc.h |2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/si_smc.c b/drivers/gpu/drm/radeon

[PATCH 64/85] drivers: gpu: Remove unused function in ni_dpm.c

2014-01-06 Thread Rashika Kheria
Remove unused function ni_dpm_reset_asic() from drm/radeon/ni_dpm.c. This eliminates the following warnings in drm/radeon/ni_dpm.c: drivers/gpu/drm/radeon/ni_dpm.c:3897:6: warning: no previous prototype for ‘ni_dpm_reset_asic’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed

[PATCH 65/85] drivers: gpu: Include appropriate header file in ni_dpm.c

2014-01-06 Thread Rashika Kheria
-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/ni_dpm.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon/ni_dpm.c b/drivers/gpu/drm/radeon/ni_dpm.c index 97aa32f..63ad349 100644 --- a/drivers/gpu/drm/radeon/ni_dpm.c +++ b/drivers/gpu/drm/radeon

[PATCH 59/85] drivers: gpu: Mark function as static and remove unused function in sumo_dpm.c

2014-01-06 Thread Rashika Kheria
] drivers/gpu/drm/radeon/sumo_dpm.c:1333:6: warning: no previous prototype for ‘sumo_dpm_reset_asic’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/sumo_dpm.c | 14 +- drivers/gpu/drm/radeon/sumo_smc.c |1 - 2 files

[PATCH 57/85] drivers: gpu: Include appropriate header file in btc_dpm.c

2014-01-06 Thread Rashika Kheria
for ‘btc_dpm_get_mclk’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/btc_dpm.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon/btc_dpm.c b/drivers/gpu/drm/radeon/btc_dpm.c index 4261c3f..9b309ab9 100644 --- a/drivers/gpu

[PATCH 56/85] drivers: gpu: Remove unused function in cypress_dpm.c

2014-01-06 Thread Rashika Kheria
-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/cypress_dpm.c |6 -- 1 file changed, 6 deletions(-) diff --git a/drivers/gpu/drm/radeon/cypress_dpm.c b/drivers/gpu/drm/radeon/cypress_dpm.c index 8b9e033..7db6e87 100644 --- a/drivers/gpu/drm/radeon/cypress_dpm.c +++ b

[PATCH 58/85] drivers: gpu: Remove unused function in btc_dpm.c

2014-01-06 Thread Rashika Kheria
Remove unused function btc_dpm_reset_asic() from drm/radeon/btc_dpm.c. This eliminates the following warnings in drm/radeon/btc_dpm.c: drivers/gpu/drm/radeon/btc_dpm.c:2311:6: warning: no previous prototype for ‘btc_dpm_reset_asic’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed

[PATCH 53/85] drivers: gpu: Remove unused function in rv770_dpm.c

2014-01-06 Thread Rashika Kheria
Remove unused function rv770_dpm_reset_asic() from file drm/radeon/rv770_dpm.c. This eliminates the following warning in drm/radeon/rv770_dpm.c: drivers/gpu/drm/radeon/rv770_dpm.c:2070:6: warning: no previous prototype for ‘rv770_dpm_reset_asic’ [-Wmissing-prototypes] Signed-off-by: Rashika

[PATCH 54/85] drivers: gpu: Move prototype declarations to header file rv770_dpm.h

2014-01-06 Thread Rashika Kheria
] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/btc_dpm.c |4 drivers/gpu/drm/radeon/cypress_dpm.c |4 drivers/gpu/drm/radeon/ni_dpm.c |3 --- drivers/gpu/drm/radeon/rv730_dpm.c |3 --- drivers/gpu/drm/radeon/rv740_dpm.c

[PATCH 52/85] drivers: gpu: Include appropriate header file in rv770_dpm.c

2014-01-06 Thread Rashika Kheria
-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/rv770_dpm.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon/rv770_dpm.c b/drivers/gpu/drm/radeon/rv770_dpm.c index 913b025..cd22549 100644 --- a/drivers/gpu/drm/radeon/rv770_dpm.c +++ b

[PATCH 51/85] drivers: gpu: Include appropriate header file in rv6xx_dpm.c

2014-01-06 Thread Rashika Kheria
/gpu/drm/radeon/rv6xx_dpm.c:2082:5: warning: no previous prototype for ‘rv6xx_dpm_get_mclk’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/rv6xx_dpm.c:2092:5: warning: no previous prototype for ‘rv6xx_dpm_force_performance_level’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed

[PATCH 45/85] drivers: gpu: Include appropriate header file in atombios_encoders.c

2014-01-06 Thread Rashika Kheria
prototype for ‘atombios_get_backlight_level’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/atombios_encoders.c:86:1: warning: no previous prototype for ‘atombios_set_backlight_level’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon

[PATCH 48/85] drivers: gpu: Move prototype declaration to header file radeon_asic.h from ci_dpm.c, cik_sdma.c, evergreen.c and kv_dpm.c

2014-01-06 Thread Rashika Kheria
: no previous prototype for ‘cik_get_csb_buffer’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/ci_dpm.c |5 + drivers/gpu/drm/radeon/cik_sdma.c|2 -- drivers/gpu/drm/radeon/evergreen.c |4 drivers/gpu/drm

[PATCH 46/85] drivers: gpu: Move prototype declarations to header file radeon_mode.h from radeon_i2c.c

2014-01-06 Thread Rashika Kheria
: warning: no previous prototype for ‘radeon_atom_hw_i2c_xfer’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/atombios_i2c.c:146:5: warning: no previous prototype for ‘radeon_atom_hw_i2c_func’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon

[PATCH 47/85] drivers: gpu: Move prototype declarations to appropriate header file radeon_asic.h

2014-01-06 Thread Rashika Kheria
: no previous prototype for ‘si_rlc_reset’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/cik.c |3 --- drivers/gpu/drm/radeon/evergreen.c |2 -- drivers/gpu/drm/radeon/radeon_asic.h |8 drivers/gpu/drm/radeon

[PATCH 44/85] drivers: gpu: Move prototype declaration to header file radeon_mode.h from radeon_atombios.c and radeon_encoders.c

2014-01-06 Thread Rashika Kheria
/atombios_encoders.c:177:6: warning: no previous prototype for ‘radeon_atom_backlight_init’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/atombios_encoders.c:2600:1: warning: no previous prototype for ‘radeon_add_atom_encoder’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett

[PATCH 43/85] drivers: gpu: Move prototype declarations to header file radeon_asic.h from evergreen.c and ni_dma.c

2014-01-06 Thread Rashika Kheria
for ‘cayman_vm_decode_fault’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/evergreen.c |4 drivers/gpu/drm/radeon/ni_dma.c |2 -- drivers/gpu/drm/radeon/radeon_asic.h |5 + 3 files changed, 5 insertions(+), 6 deletions

[PATCH 40/85] drivers: gpu: Mark function as static in r600_hdmi.c

2014-01-06 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/r600_hdmi.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/r600_hdmi.c b/drivers/gpu/drm/radeon/r600_hdmi.c index b7d3ecb..3016fc1 100644 --- a/drivers/gpu/drm

[PATCH 41/85] drivers: gpu: Include appropriate header file in evergreen_cs.c

2014-01-06 Thread Rashika Kheria
/radeon/evergreen_cs.c:3423:5: warning: no previous prototype for ‘evergreen_dma_ib_parse’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/evergreen_cs.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon

[PATCH 39/85] drivers: gpu: Move prototype declaration to header file radeon_mode.h from atombios_i2c.c

2014-01-06 Thread Rashika Kheria
for ‘radeon_atom_copy_swap’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/atombios_i2c.c |2 -- drivers/gpu/drm/radeon/radeon_mode.h |1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon

[PATCH 37/85] drivers: gpu: Include appropriate header file in r600_cs.c

2014-01-06 Thread Rashika Kheria
’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/r600_cs.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon/r600_cs.c b/drivers/gpu/drm/radeon/r600_cs.c index 5dceea6..3b3be00 100644 --- a/drivers/gpu/drm

[PATCH 38/85] drivers: gpu: Move prototype declaration to header file radeon.h from radeon_acpi.c

2014-01-06 Thread Rashika Kheria
for ‘radeon_pm_acpi_event_handler’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon.h |1 + drivers/gpu/drm/radeon/radeon_acpi.c |2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon

[PATCH 28/85] drivers: gpu: Mark function as static in radeon_gem.c

2014-01-06 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_gem.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/radeon_gem.c b/drivers/gpu/drm/radeon/radeon_gem.c index 805c5e5..b96c819 100644

[PATCH 24/85] drivers: gpu: Move prototype declarations to header file from radeon_object.c

2014-01-06 Thread Rashika Kheria
for ‘radeon_ttm_init’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/radeon_ttm.c:750:6: warning: no previous prototype for ‘radeon_ttm_fini’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon.h|3 +++ drivers/gpu/drm/radeon

[PATCH 31/85] drivers: gpu: Add static keyword to the definition of KMS_INVALID_IOCTL in radeon_kms.c

2014-01-06 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_kms.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/radeon_kms.c b/drivers/gpu/drm/radeon/radeon_kms.c index 03cbb6b..4797b41 100644 --- a/drivers

[PATCH 25/85] drivers: gpu: Mark function as static in radeon_object.c

2014-01-06 Thread Rashika Kheria
’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_object.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/radeon_object.c b/drivers/gpu/drm/radeon/radeon_object.c index 2543430..4820cc8 100644

[PATCH 36/85] drivers: gpu: Move prototype declarations to header file radeon_mode.h from radeon_atombios.c and radeon_combios.c

2014-01-06 Thread Rashika Kheria
/radeon_encoders.c:86:1: warning: no previous prototype for ‘radeon_get_encoder_enum’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/radeon_encoders.c:162:1: warning: no previous prototype for ‘radeon_link_encoder_connector’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett

[PATCH 35/85] drivers: gpu: Move prototype declaration to header file radeon_mode.h

2014-01-06 Thread Rashika Kheria
/radeon_connectors.c:1588:1: warning: no previous prototype for ‘radeon_add_atom_connector’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/radeon_connectors.c:2020:1: warning: no previous prototype for ‘radeon_add_legacy_connector’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett

[PATCH 34/85] drivers: gpu: Move prototype declaration to appropriate header file radeon_mode.h

2014-01-06 Thread Rashika Kheria
/radeon_combios.c:3449:1: warning: no previous prototype for ‘radeon_combios_connected_scratch_regs’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_connectors.c |5 - drivers/gpu/drm/radeon/radeon_mode.h |5 + 2

[PATCH 33/85] drivers: gpu: Include appropriate header file in radeon_atombios.c

2014-01-06 Thread Rashika Kheria
: no previous prototype for ‘radeon_atom_set_engine_clock’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/radeon_atombios.c:2978:6: warning: no previous prototype for ‘radeon_atom_set_memory_clock’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon

[PATCH 30/85] drivers: gpu: Move prototype declarations to appropriate header file radeon.h

2014-01-06 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/cik.c |2 -- drivers/gpu/drm/radeon/r600_dma.c |2 -- drivers/gpu/drm/radeon/radeon.h |5 + drivers/gpu/drm/radeon/si.c |2 -- 4 files changed, 5 insertions(+), 6 deletions

[PATCH 26/85] drivers: gpu: Include appropriate header file in radeon_legacy_encoders.c

2014-01-06 Thread Rashika Kheria
for ‘radeon_legacy_set_backlight_level’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_legacy_encoders.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/radeon/radeon_legacy_encoders.c b/drivers/gpu/drm/radeon

[PATCH 29/85] drivers: gpu: Include appropriate header file in radeon_ring.c

2014-01-06 Thread Rashika Kheria
-prototypes] drivers/gpu/drm/radeon/radeon_ring.c:358:6: warning: no previous prototype for ‘radeon_ring_generic_set_wptr’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_ring.c |1 + 1 file changed, 1 insertion(+) diff --git

[PATCH 32/85] drivers: gpu: Move prototype declarations to header file atombios.h

2014-01-06 Thread Rashika Kheria
/radeon_atombios.c:4012:1: warning: no previous prototype for ‘radeon_atombios_connected_scratch_regs’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/atombios.h |8 drivers/gpu/drm/radeon/atombios_encoders.c

[PATCH 27/85] drivers: gpu: Include appropriate header file in radeon_clocks.c

2014-01-06 Thread Rashika Kheria
for ‘radeon_legacy_get_memory_clock’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/radeon_clocks.c:385:6: warning: no previous prototype for ‘radeon_legacy_set_engine_clock’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_clocks.c |1 + 1 file changed, 1

[PATCH 22/85] drivers: gpu: Mark functions as static in radeon_device.c

2014-01-06 Thread Rashika Kheria
for ‘radeon_doorbell_init’ [-Wmissing-prototypes] drivers/gpu/drm/radeon/radeon_device.c:281:6: warning: no previous prototype for ‘radeon_doorbell_fini’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_device.c |4 ++-- 1

[PATCH 23/85] drivers: gpu: Mark function as static in radeon_kms.c

2014-01-06 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/radeon/radeon_kms.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/radeon_kms.c b/drivers/gpu/drm/radeon/radeon_kms.c index 55d0b47..03cbb6b 100644 --- a/drivers/gpu

[PATCH 21/85] drivers: gpu: Include appropriate header file in r128_ioc32.c

2014-01-06 Thread Rashika Kheria
prototype for ‘r128_compat_ioctl’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/r128/r128_ioc32.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/r128/r128_ioc32.c b/drivers/gpu/drm/r128/r128_ioc32.c index a954c54..b0d0fd3

[PATCH 20/85] drivers: gpu: Mark function as static in qxl_kms.c

2014-01-06 Thread Rashika Kheria
-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/qxl/qxl_kms.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/qxl/qxl_kms.c b/drivers/gpu/drm/qxl/qxl_kms.c index e5ca498..fd88eb4 100644 --- a/drivers/gpu/drm/qxl/qxl_kms.c +++ b/drivers/gpu/drm

[PATCH 18/85] drivers: gpu: Mark function as static in nv10_fence.c

2014-01-06 Thread Rashika Kheria
’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/nouveau/nv10_fence.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nv10_fence.c b/drivers/gpu/drm/nouveau/nv10_fence.c index 06f434f..b5de158 100644

[PATCH 14/85] drivers: gpu: Mark function as static in nv94.c

2014-01-06 Thread Rashika Kheria
’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/nouveau/core/subdev/i2c/nv94.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/core/subdev/i2c/nv94.c b/drivers/gpu/drm/nouveau/core/subdev/i2c/nv94.c

[PATCH 15/85] drivers: gpu: Mark function as static in ctxnvd7.c

2014-01-06 Thread Rashika Kheria
prototype for ‘nvd7_grctx_generate_main’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- .../gpu/drm/nouveau/core/engine/graph/ctxnvd7.c|2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/core/engine/graph

[PATCH 11/85] drivers: gpu: Mark functions as static in mgag200_mode.c

2014-01-06 Thread Rashika Kheria
for ‘mga_connector_best_encoder’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/mgag200/mgag200_mode.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_mode.c b/drivers/gpu/drm/mgag200

[PATCH 10/85] drivers: gpu: Mark function as static in mgag200_main.c

2014-01-06 Thread Rashika Kheria
-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/mgag200/mgag200_main.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_main.c b/drivers/gpu/drm/mgag200/mgag200_main.c index b1120cb..a1bfe72 100644

[PATCH 12/85] drivers: gpu: Mark functions as static in mgag200_ttm.c

2014-01-06 Thread Rashika Kheria
prototype for ‘mgag200_ttm_tt_create’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/mgag200/mgag200_ttm.c |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/mgag200/mgag200_ttm.c b/drivers/gpu/drm/mgag200

[PATCH 13/85] drivers: gpu: Mark functions as static and remove unused function in nve0.c

2014-01-06 Thread Rashika Kheria
-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/nouveau/core/subdev/gpio/nve0.c | 17 + 1 file changed, 5 insertions(+), 12 deletions(-) diff --git a/drivers/gpu/drm/nouveau/core/subdev/gpio/nve0.c b/drivers/gpu/drm/nouveau/core/subdev/gpio/nve0.c index 16b8c5b

[PATCH 09/85] drivers: gpu: Include appropriate header file in mga_ioc32.c

2014-01-06 Thread Rashika Kheria
prototype for ‘mga_compat_ioctl’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/mga/mga_ioc32.c |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/mga/mga_ioc32.c b/drivers/gpu/drm/mga/mga_ioc32.c index 709e90d..86b4bb8 100644

[PATCH 07/85] drivers: gpu: Mark functions as static and remove unused function in cirrus_ttm.c

2014-01-06 Thread Rashika Kheria
/cirrus/cirrus_ttm.c:211:16: warning: no previous prototype for ‘cirrus_ttm_tt_create’ [-Wmissing-prototypes] drivers/gpu/drm/cirrus/cirrus_ttm.c:378:5: warning: no previous prototype for ‘cirrus_bo_unpin’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett

[PATCH 08/85] drivers: gpu: Mark function as static in cdv_intel_dp.c

2014-01-06 Thread Rashika Kheria
for ‘cdv_intel_fixed_panel_mode’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/gma500/cdv_intel_dp.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/gma500/cdv_intel_dp.c b/drivers/gpu/drm/gma500/cdv_intel_dp.c index f88a181

[PATCH 06/85] drivers: gpu: Mark functions as static in cirrus_mode.c

2014-01-06 Thread Rashika Kheria
: no previous prototype for ‘cirrus_vga_get_modes’ [-Wmissing-prototypes] drivers/gpu/drm/cirrus/cirrus_mode.c:512:21: warning: no previous prototype for ‘cirrus_connector_best_encoder’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett --- drivers/gpu/drm/cirrus/cirrus_mode.c

<    1   2   3   4   5   6   7   8   9   >