Fix some extended compile warning.

This commit is contained in:
Milan Broz
2013-01-10 17:26:19 +01:00
parent 310bf08568
commit fe4175b551
6 changed files with 11 additions and 6 deletions

View File

@@ -32,11 +32,6 @@
#include <sys/types.h>
#include "utils_dm.h"
/* These are DM helpers used only by this file */
int dm_is_dm_device(int major, int minor);
int dm_is_dm_kernel_name(const char *name);
char *dm_device_path(const char *prefix, int major, int minor);
char *crypt_lookup_dev(const char *dev_id);
int crypt_sysfs_get_rotational(int major, int minor, int *rotational);