diff options
| author | Adrian Bunk <bunk@kernel.org> | 2008-03-04 05:23:50 -0500 |
|---|---|---|
| committer | Jens Axboe <jens.axboe@oracle.com> | 2008-03-04 05:28:36 -0500 |
| commit | a0db701a6bf767320e4471bd55e70702d230f6fb (patch) | |
| tree | dee103b4f56be01e908ee39edada7c26450dcc8e /include/linux | |
| parent | bec419404afe8b0d60000118ca90ada4c69a3a6d (diff) | |
block/genhd.c: proper externs
This patch adds proper externs for two structs in include/linux/genhd.h
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/genhd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/genhd.h b/include/linux/genhd.h index cd048e3cc96d..32c2ac49a070 100644 --- a/include/linux/genhd.h +++ b/include/linux/genhd.h | |||
| @@ -22,6 +22,9 @@ extern struct device_type part_type; | |||
| 22 | extern struct kobject *block_depr; | 22 | extern struct kobject *block_depr; |
| 23 | extern struct class block_class; | 23 | extern struct class block_class; |
| 24 | 24 | ||
| 25 | extern const struct seq_operations partitions_op; | ||
| 26 | extern const struct seq_operations diskstats_op; | ||
| 27 | |||
| 25 | enum { | 28 | enum { |
| 26 | /* These three have identical behaviour; use the second one if DOS FDISK gets | 29 | /* These three have identical behaviour; use the second one if DOS FDISK gets |
| 27 | confused about extended/logical partitions starting past cylinder 1023. */ | 30 | confused about extended/logical partitions starting past cylinder 1023. */ |
