Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm
[firefly-linux-kernel-4.4.55.git] / drivers / ide / legacy / qd65xx.h
index 633a42456ef6c03f12af41463ee5326a4e2ed7fe..c83dea85e621fbba01a60fa7a000ba8269587b57 100644 (file)
@@ -1,6 +1,4 @@
 /*
- * linux/drivers/ide/legacy/qd65xx.h
- *
  * Copyright (c) 2000  Linus Torvalds & authors
  */
 
@@ -32,7 +30,6 @@
 #define QD_ID3                 ((config & QD_CONFIG_ID3)!=0)
 
 #define QD_CONFIG(hwif)                ((hwif)->config_data & 0x00ff)
-#define QD_CONTROL(hwif)       (((hwif)->config_data & 0xff00) >> 8)
 
 #define QD_TIMING(drive)       (byte)(((drive)->drive_data) & 0x00ff)
 #define QD_TIMREG(drive)       (byte)((((drive)->drive_data) & 0xff00) >> 8)