leds: flash: add 'united' drivers for aat1271 and aat 1277 under FLASHLIGHT_AAT
diff --git a/include/linux/htc_flashlight.h b/include/linux/htc_flashlight.h
index 1be4e46..1823ab7 100644
--- a/include/linux/htc_flashlight.h
+++ b/include/linux/htc_flashlight.h
@@ -55,6 +55,7 @@
 };
 
 #ifdef CONFIG_FLASHLIGHT_AAT
+#define AAT_FLT_DEV_NAME "FLASHLIGHT_AAT"
 struct flashlight_platform_data {
 	void (*gpio_init) (void);
 	uint32_t torch;
@@ -69,7 +70,6 @@
 
 enum flashlight_chip{
 	AAT1271 = 0,
-	AAT3177,
 	AAT1277,
 };
 #endif