summaryrefslogtreecommitdiff
path: root/include/linux/moduleparam.h
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2006-03-29 17:24:55 -0500
committerJeff Garzik <jeff@garzik.org>2006-03-29 17:24:55 -0500
commit74d89c16735d83349ea74232031819e989a49156 (patch)
tree1d8ded9c76b6ebe97c3841bbb986aacd63a801e5 /include/linux/moduleparam.h
parent52a3220599647ba429fcbca2388ec35b850fa72f (diff)
parent05c8e0ac5c37e9739a852b526afeecae97607cbb (diff)
Merge branch 'upstream'
Diffstat (limited to 'include/linux/moduleparam.h')
-rw-r--r--include/linux/moduleparam.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/moduleparam.h b/include/linux/moduleparam.h
index b5c98c43779e..7c0c2c198f1f 100644
--- a/include/linux/moduleparam.h
+++ b/include/linux/moduleparam.h
@@ -162,13 +162,6 @@ extern int param_array_get(char *buffer, struct kernel_param *kp);
extern int param_set_copystring(const char *val, struct kernel_param *kp);
extern int param_get_string(char *buffer, struct kernel_param *kp);
-int param_array(const char *name,
- const char *val,
- unsigned int min, unsigned int max,
- void *elem, int elemsize,
- int (*set)(const char *, struct kernel_param *kp),
- int *num);
-
/* for exporting parameters in /sys/parameters */
struct module;