From 1778d34cefdfe30055ac4a7e82438e4484004491 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Wed, 12 Jun 2013 11:53:55 +0200 Subject: [PATCH] refactor: move lib/device/device.c -> lib/device/dev-type.c --- lib/Makefile.in | 2 +- lib/device/{device.c => dev-type.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename lib/device/{device.c => dev-type.c} (100%) diff --git a/lib/Makefile.in b/lib/Makefile.in index 82f700b10..d78983955 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -55,8 +55,8 @@ SOURCES =\ device/dev-io.c \ device/dev-md.c \ device/dev-swap.c \ + device/dev-type.c \ device/dev-luks.c \ - device/device.c \ display/display.c \ error/errseg.c \ unknown/unknown.c \ diff --git a/lib/device/device.c b/lib/device/dev-type.c similarity index 100% rename from lib/device/device.c rename to lib/device/dev-type.c