summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/ddk750_dvi.h
diff options
context:
space:
mode:
authorBhumika Goyal2016-03-11 07:58:49 +0100
committerGreg Kroah-Hartman2016-03-12 07:09:09 +0100
commitce7e581e6bdeb4bc4ff4abf9aa97d7b0c25b916f (patch)
tree9f0912b91977b2c661cdea551b51c6ca7e28abf5 /drivers/staging/sm750fb/ddk750_dvi.h
parentStaging: sm750fb: Remove leading and trailing whitespace. (diff)
downloadkernel-qcow2-linux-ce7e581e6bdeb4bc4ff4abf9aa97d7b0c25b916f.tar.gz
kernel-qcow2-linux-ce7e581e6bdeb4bc4ff4abf9aa97d7b0c25b916f.tar.xz
kernel-qcow2-linux-ce7e581e6bdeb4bc4ff4abf9aa97d7b0c25b916f.zip
Staging: sm750fb: Remove unused functions
The functions dviGetDeviceID and dviGetVendorID are not used anywhere in the kernel so remove them. Also, remove their function prototypes. Grepped to find occurences. Signed-off-by: Bhumika Goyal <bhumirks@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm750fb/ddk750_dvi.h')
-rw-r--r--drivers/staging/sm750fb/ddk750_dvi.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/staging/sm750fb/ddk750_dvi.h b/drivers/staging/sm750fb/ddk750_dvi.h
index e1d4c9a2d50a..677939cb5130 100644
--- a/drivers/staging/sm750fb/ddk750_dvi.h
+++ b/drivers/staging/sm750fb/ddk750_dvi.h
@@ -55,8 +55,5 @@ int dviInit(
unsigned char pllFilterValue
);
-unsigned short dviGetVendorID(void);
-unsigned short dviGetDeviceID(void);
-
#endif