Commit 6d7b1571 authored by Russell King's avatar Russell King

[SERIAL] Remove UPF_HUP_NOTIFY; this is no longer used.

parent 90bb1167
...@@ -16,8 +16,6 @@ ...@@ -16,8 +16,6 @@
* You should have received a copy of the GNU General Public License * You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software * along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * 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 { ...@@ -186,7 +184,6 @@ struct uart_port {
unsigned int flags; unsigned int flags;
#define UPF_HUP_NOTIFY (1 << 0)
#define UPF_FOURPORT (1 << 1) #define UPF_FOURPORT (1 << 1)
#define UPF_SAK (1 << 2) #define UPF_SAK (1 << 2)
#define UPF_SPD_MASK (0x1030) #define UPF_SPD_MASK (0x1030)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment