diff options
author | Christoph Hellwig <hch@infradead.org> | 2011-11-14 12:30:30 -0500 |
---|---|---|
committer | Nicholas Bellinger <nab@linux-iscsi.org> | 2011-12-14 08:51:12 +0000 |
commit | e26d99aed42ec6cdc9540d19c77ac5d4dd2c5b00 (patch) | |
tree | 9c0424f81877d6c5cfaf7746447e0c9decf8e82e /drivers/target/target_core_stat.h | |
parent | dc47ce90c3a822cd7c9e9339fe4d5f61dcb26b50 (diff) | |
download | talos-op-linux-e26d99aed42ec6cdc9540d19c77ac5d4dd2c5b00.tar.gz talos-op-linux-e26d99aed42ec6cdc9540d19c77ac5d4dd2c5b00.zip |
target: reshuffle headers
Create a new headers, drivers/target/target_core_internal.h that is supposed
to hold all target_core-internal prototypes. Move all non-exported includes
from include/target to it, and merge the smaller prototype-only includes
inside drivers/target into it as well. Mark functions that were found to
not be called outside their implementation file static.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Nicholas Bellinger <nab@linux-iscsi.org>
Diffstat (limited to 'drivers/target/target_core_stat.h')
-rw-r--r-- | drivers/target/target_core_stat.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/target/target_core_stat.h b/drivers/target/target_core_stat.h deleted file mode 100644 index 86c252f9ea47..000000000000 --- a/drivers/target/target_core_stat.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef TARGET_CORE_STAT_H -#define TARGET_CORE_STAT_H - -extern void target_stat_setup_dev_default_groups(struct se_subsystem_dev *); -extern void target_stat_setup_port_default_groups(struct se_lun *); -extern void target_stat_setup_mappedlun_default_groups(struct se_lun_acl *); - -#endif /*** TARGET_CORE_STAT_H ***/ |