diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-10-04 23:53:21 +0400 |
---|---|---|
committer | Alexey Dobriyan <adobriyan@gmail.com> | 2008-10-23 15:07:31 +0400 |
commit | f500975a3f3ecf3611d79f1d933906753460b9f2 (patch) | |
tree | df3728998ca1638ecbccf4ab6f401f9a2cbdba88 /include | |
parent | 8591cf43224980a0bc9216a4e50b0a740f8cba35 (diff) | |
download | kernel_goldelico_gta04-f500975a3f3ecf3611d79f1d933906753460b9f2.zip kernel_goldelico_gta04-f500975a3f3ecf3611d79f1d933906753460b9f2.tar.gz kernel_goldelico_gta04-f500975a3f3ecf3611d79f1d933906753460b9f2.tar.bz2 |
proc: move rest of /proc/partitions code to block/genhd.c
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Acked-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/genhd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h index 206cdf9..074a4fd 100644 --- a/include/linux/genhd.h +++ b/include/linux/genhd.h @@ -25,7 +25,6 @@ extern struct device_type part_type; extern struct kobject *block_depr; extern struct class block_class; -extern const struct seq_operations partitions_op; extern const struct seq_operations diskstats_op; enum { |