CLEANUP: da: remove ifdef USE_DEVICEATLAS from da.c

This file is only built when the macro is defined, there's no point
having it ifdefed here.
diff --git a/src/da.c b/src/da.c
index 435cc3f..2b809e4 100644
--- a/src/da.c
+++ b/src/da.c
@@ -1,5 +1,3 @@
-#ifdef USE_DEVICEATLAS
-
 #include <stdio.h>
 
 #include <common/cfgparse.h>
@@ -239,4 +237,3 @@
 	sample_register_convs(&conv_kws);
 	cfg_register_keywords(&dacfg_kws);
 }
-#endif