summaryrefslogtreecommitdiff
path: root/include/linux/serial_core.h
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2004-04-10 01:01:39 +0100
committerRussell King <rmk@flint.arm.linux.org.uk>2004-04-10 01:01:39 +0100
commit6d7b1571559423225b708d94fd849743dc2b74aa (patch)
tree4a63dc3f0cc8b9a5253d6e7e470409b08240fa9b /include/linux/serial_core.h
parent90bb1167986b83113a6bf2354c7168d7a951c5cf (diff)
[SERIAL] Remove UPF_HUP_NOTIFY; this is no longer used.
Diffstat (limited to 'include/linux/serial_core.h')
-rw-r--r--include/linux/serial_core.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/serial_core.h b/include/linux/serial_core.h
index 0f12050ca9fd..701d138cefb8 100644
--- a/include/linux/serial_core.h
+++ b/include/linux/serial_core.h
@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id: serial_core.h,v 1.49 2002/07/20 18:06:32 rmk Exp $
*/
/*
@@ -186,7 +184,6 @@ struct uart_port {
unsigned int flags;
-#define UPF_HUP_NOTIFY (1 << 0)
#define UPF_FOURPORT (1 << 1)
#define UPF_SAK (1 << 2)
#define UPF_SPD_MASK (0x1030)